Computer Science, asked by kashishrajput36, 1 month ago

what the syntax of read and data statement?

please answer me

Answers

Answered by llchummill
1

Answer:

A READ statement must always be used with a DATA statement. READ statements assign variables to DATA statement values on a one-to-one basis. READ statement variables may be numeric or string, and the values read must agree with the variable types specified. If they do not agree, a "Syntax error" results.

Answered by mrsingh2137
1

Answer:

A READ statement must always be used with a DATA statement. READ statements assign variables to DATA statement values on a one-to-one basis. READ statement variables may be numeric or string, and the values read must agree with the variable types specified. If they do not agree, a "Syntax error" results.

Similar questions