Computer Science, asked by surajkumar1773, 10 months ago

explain data statement​

Answers

Answered by subhadra53
1

Answer:

The data statement is another way to input data that are known at the time when the program is written. It is similar to the assignment statement. The syntax is: data list-of-variables/ list-of-values/, ... ... For this reason, the data statement is mainly used in the main program and not in subroutines.

Answered by KushChampion
0
Data statement is an another statement for expressing data in a proper way.It is similar to assignment statement.
Similar questions