Quiz Question 1 of 5
What would be displayed when the following code is executed?
$i = 0;
do {
echo "$i is greater than 2\n";
$i++;
} while ($i > 2);
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.