KnowledgeBoat Logo
|

Computer Studies

What is the purpose of using INPUT statement in a program?

QBASIC: Input Statement

51 Likes

Answer

INPUT statement is used to make the program user-friendly. With the use of INPUT statement, the user can enter any data to a variable at the time of execution.

When the INPUT command is used, the computer displays a question mark on the screen and asks the user to enter the data.

Answered By

28 Likes


Related Questions