Plz tell me how to write utility program in qbasic
Robin123:
For class 9th
Answers
Answered by
0
Your First Program.
With the blinking cursor ( _ ) at the top-left corner of the screen, type this:
PRINT "Welcome to QBASIC. Your wish is my command."
Make sure it looks exactly like that. The quotation marks (") are very important. If you make any mistakes, use the key to correct them.
Running Your Program.
That's great, but what does it do? You have to run it to find out. Look for the word "Run" on QBASIC's menu at the top of the screen. Click on it. Now you will see a menu with a list of selections (Start, Restart, and Continue). Click on Start to run your program. You may have to look around on the screen a bit, but you should find your message:
C:\WINDOWS> qbasic Welcome to QBASIC. Your wish is my command
With the blinking cursor ( _ ) at the top-left corner of the screen, type this:
PRINT "Welcome to QBASIC. Your wish is my command."
Make sure it looks exactly like that. The quotation marks (") are very important. If you make any mistakes, use the key to correct them.
Running Your Program.
That's great, but what does it do? You have to run it to find out. Look for the word "Run" on QBASIC's menu at the top of the screen. Click on it. Now you will see a menu with a list of selections (Start, Restart, and Continue). Click on Start to run your program. You may have to look around on the screen a bit, but you should find your message:
C:\WINDOWS> qbasic Welcome to QBASIC. Your wish is my command
Similar questions