which statement takes a value from the user and stores it in a variable
Answers
Answered by
2
Answer:
To assign values to variables from within a program, the DATA statement is used with READ. The DATA statement provides values; READ specifies the variables for which values are to be obtained.
Similar questions