Computer Studies

Write down the syntax of:
(a) INPUT statement with a numeric variable.
(b) INPUT statement with an alphanumeric variable.

QBASIC: Input Statement

42 Likes

Answer

The syntax of INPUT statement with a numeric variable is as follows:

INPUT <numeric variable>

The syntax of INPUT statement with an alphanumeric variable is as follows:

INPUT <alphanumeric variable>

Answered By

21 Likes


Related Questions