200-550 Web TestEngine demo

Exit VCEDump 200-550 Zend Certified PHP Engineer
Question 17 of 34
0% complete
Q17 Single choice

What is the output of the following code?

$a = 3;
switch ($a) {
case 1: echo 'one'; break;
case 2: echo 'two'; break;
default: echo 'four'; break;
case 3: echo 'three'; break;
}

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in