Computer Science, asked by hirensahni7558, 12 hours ago

which statement takes a value from the user and stores it in a variable

Answers

Answered by shuaybkamalskt2010
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