Question from the PHP5 test

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