Lesson 6: Loops Make a program that prints the numbers 1 to 10, but do it three different ways, once with a for/next loop, once with a while/wend loop, and once more with a repeat/until loop.