E) READ DATA statement
READ statement is used to read data from
DATA statement into variables. The purpose of statement is to store the numeric
and string constants that are accessed by the programs
READ statement.
Syntax
READ variable (variable 2)
DATA constants 1[constant]
Example
READS, C
DATA 850, 800
Comments
Post a Comment