Basic

Loops and Decisions

views

11:39
If we want to give a specific command over and over again, we make use of loops. Suppose you want to write a program that displays the tables. If we write the program using only the things that we have learnt till now, the program will look like this: