Counting Up, 0 to 9
In most programs that count upwards, the counting begins at 0.
Write a program 19-CountingUp
that uses a counter variable (probably i
) and a while
loop to print out the numbers from 0 to 9. After that, print a message indicating how many times the loop ran.
Finishing Up
Once your program is working correctly, use your mouse to click-drag over the URL address for your project at the top of the browser window. Copy that link, and give that copied link to the instructor using the procedure given in class.