InterviewSolution
Saved Bookmarks
| 1. |
Explain basic commands in QBasic with examples. |
| Answer» SIC useful commands on QBasic:PRINT: This COMMAND prints the statement or data written after it. ...INPUT: INPUT command is used to take inputs/data from the user. ...CLS: CLS stands for CLEAR SCREEN and is used to clear the screen if some previous results/outputs are present on the screen. | |