Computer Science, asked by vikrantlather, 11 months ago

explain the loops in QBASIC?​

Answers

Answered by krati1001
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 abhiramtv09
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