KnowledgeBoat Logo
|

Computer Studies

How does LET statement differ from an INPUT statement?

QBASIC: Input Statement

45 Likes

Answer

LET statementINPUT statement
LET statement is used to assign a value to a variable at the time of development of the program.INPUT statement allows the user to assign values to variables at the time of execution of the program.
LET statement doesn't make the program user-friendly.INPUT statement makes the program user-friendly.

Answered By

19 Likes


Related Questions