Quiz Question 1 of 5
What is wrong with the following code?
$i = 0;
while ($i < 100) {
echo "$i\n";
}
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.