This has been flagged as spam show
'This is a tutorial on how to use FOR LOOPS with 'Microsoft QBasic.
'If you use an apostrophe before a line it means it is a comment
'and will not show up when the program is run.
CLS 'CLEARS THE SCREEN
FOR i = 1 TO 10 'This will make whatever I tell it to do 10 times
PRINT "hello!"
NEXT i
'To run the program hit F5 and you will see it say Hello! 10 times
Eckolin 3 years ago
Comment removed
u cant even read it...
leapoldstotch 3 years ago
This has been flagged as spam show
'This is a tutorial on how to use FOR LOOPS with 'Microsoft QBasic.
'If you use an apostrophe before a line it means it is a comment
'and will not show up when the program is run.
CLS 'CLEARS THE SCREEN
FOR i = 1 TO 10 'This will make whatever I tell it to do 10 times
PRINT "hello!"
NEXT i
'To run the program hit F5 and you will see it say Hello! 10 times
Eckolin 3 years ago
Comment removed
Eckolin 3 years ago
u cant even read it...
leapoldstotch 3 years ago