Quiz Question 1 of 8
What does the following code display?
$x = 1; function sum_two_numbers($x,$y) { $z = $x + $y; return $z; } $y = sum_two_numbers(2,3); echo $y;
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.