I n reality, a for loop is just a while loop with a counter. The sam e statem ent can be written as such: Set the counter to 0; While (the counter is less than 5) { Drive straight for 1 mile; Add 1 to the counter; }