what is Input statements and Q basic
Answers
Answered by
0
The INPUT command is used to gather input from the user. This section will attempt to teach you how to gather input upon request from the user. For real-time input, see QBasic/Advanced Input.
Answered by
0
Answer
Input statement is used in QBASIC to input the data from the keyboard. The user gives the input from the keyboard.
QBASIC
QBASIC stands for Quick Beginner's All-Purpose Symbolic Instruction Códe. QBASIC was developed by John.G Kemeny and Thomas E. Kurtz. QBASIC is a compiler based high level language which was designed to provide basics of programming techniques because of its memorable commands, simple structure, and flexibility.
- QBASIC is a high level programming language which uses interpreter to change the high level language códe into machine códe.
Similar questions