Explain basic commands in QBasic with examples.
Answers
Answered by
10
Some Basic 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.
Answered by
2
Some Basic 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.
Similar questions