In this video you will learn how to
program loops using For and Next
debug your code
use a numeric up/down button
Going further
Can you use a For Next loop to write a program to output lots of square numbers ( 1, 4, 9, 16, 25, 36, 49 etc) ?
Can you use a For Next loop to write a program to output all the Triangle Numbers (1, 3, 6, 10 15 21 etc)?