list the different categories of Qbasic looping statements
Answers
Answered by
6
Answer:
PLS MARK ME AS BRAINLIST
Explanation:
Looping statements allow a set of instructions to be performed repeatedly until a certain condition is fulfilled. QBASIC provides three types of looping statements: FOR NEXT loop, WHILE-WEND loop and DO UNTIL loop. FOR... NEXT command is used to execute a part of a program a certain number of times.
Answered by
0
Answer:
QBASIC provides three types of looping statements:
- FOR NEXT loop
- WHILE-WEND loop
- DO UNTIL loop
FOR... NEXT command is used to execute a part of a program a certain number of times. In nested FOR-NEXT loop, one FOR-NEXT statement is within another FOR-NEXT statement
Please mark it as Brainliest,
anshvanshtyagi4
Similar questions