explain the loops in QBASIC?
Answers
Answered by
3
Explanation:
Looping: The process of repeating a series of statements as many times as needed. Loop control variable: A variable used to determine whether a loop will be executed. Loop body: The statement(s) that are executed each time a loop repeats. These loops are used to have a task repeated a specific number of times.
Answered by
1
Answer:
a loop is created for a repeated execution of a statement or a set of statements
types of loop are:
1) FOR....NEXT
2)DO...LOOP
i) DO WHILE...LOOP
ii)DO LOOP...WHILE
3)WHILE...WEND
Explanation:
PLEASE VOTE BRAINLIEST
Similar questions
Science,
5 months ago
CBSE BOARD XII,
5 months ago
Political Science,
5 months ago
Math,
11 months ago
CBSE BOARD X,
11 months ago
English,
1 year ago