What is the last number that will be displayed in the browser by while($i < 10) { echo $i; $i++; } if $i = 1;
Section 4 · Lesson 21Free Preview
Quiz: The while Loop
Multiple Choice22 XP0:15
// lesson_notes
—
What is the last number that will be displayed in the browser by while($i < 10) { echo $i; $i++; } if $i = 1;
—