what is Input statement in 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:
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. Here is the syntax of the input command: INPUT "[text to user]"; [variable] ' Question mark added.
please mark BRAINLIST ANSWER
Similar questions