Computer Science, asked by ubaniukomanneoma, 10 months ago

What is the function of READ and DATA statement.
Draw and label a diagram of QBASIC Window

Answers

Answered by cyrilcj777wifi
4

Answer:

Hello my friend

Explanation:

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