Computer Studies
State whether the following statement is True or False :
There is no difference between LET and INPUT statement in QBASIC.
QBASIC: Input Statement
9 Likes
Answer
False
Answered By
5 Likes
Related Questions
State whether the following statement is True or False :
INPUT N$,M will accept one alphanumeric constant and one numeric constant.
State whether the following statement is True or False :
INPUT statement accepts the data value during execution of the program.
State whether the following statement is True or False :
INPUT "Information Technology" is a valid statement.
Complete the following QBASIC program:
CLS
PRINT "Enter two numbers"
INPUT ………..
……….. = A+B
……….. = A*B
PRINT "The sum of two numbers ="; S
PRINT "The product of two numbers ="; P
………..