- A Error
- B 0
- C 42
- D 84
" />
" />
" />
⚠ Report ✓ Question Verified Copy Link
< ?php
function calc($price, $tax="")
{
$total = $price + ($price * $tax);
echo "$total";
}
calc(42);
?>
Learn More MCQ Questions from PHP MCQ Functions in PHP MCQ