Demo Zend 200-710 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 7 Questions
Demo Practice
Question 1

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;
}


Correct Answer: C

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM