200-550 Web TestEngine demo

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

What is the output of the following code?

for ($i = 0; $i < 1.02; $i += 0.17) {
$a[$i] = $i;
}
echo count($a);

Sign in to mark questions

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

Sign in