Question from the PHP5 test

What is the output of the following code? $a = 1; $b = 2; $c = $a + $b; echo $c;