Question: Write the answers to the PHP function call. (5 points) function test($a, $b, $c){ return $a + $b*$c; } A. test(2, 3,4) returns B. test(2,

Write the answers to the PHP function call. (5 points) function test($a, $b, $c){ return $a + $b*$c; } A. test("2", "3","4") returns B. test(2, 3, 4) returns C. test("2", 3, "4") returns D. test(3,"a", 4) returns E. test(false, true, false) returns

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!