Computer Studies

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

QBASIC: Input Statement

45 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

22 Likes


Related Questions