Write any 4 programs ( 2 looping + 2 graphics) of QBASIC.
Answers
Answered by
0
Answer:
Looping Statements in QBASIC ... The REM statement is used to write a remark or a comment in the program that ... In the following program, the control variable X changes by 2 every time the ...
Explanation:
n QBasic there are some good ways to loop the program: the FOR...NEXT ... This command allows you to execute a part of a program a certain number of times. ... This is loop number 1 This is loop number 2 This is loop number 3 This is loop number 4 This is loop number 5 ... If you type: ... Graphics · Sound · Miscellaneous.
Similar questions