a. What is the advantage of a loop?
b. Define the term Control Variable
c. Write the use of GOTO statement
d. Why should we use CLS statement?
e. Which loop will you use to print your school's name up to 20 times
Answers
Answered by
1
Answer:
a.))
loop help us to repeat a statement n number oftimes
b.))
control variable is main variable which controls the loop
e.))
you should use for loop as it is simple and convenient
Similar questions