Computer Science, asked by parveen28, 1 year ago

What is the use of input statement.

Answers

Answered by 333787
2
With formatted input, an informate follows the variable name in the INPUT STATEMENT. The formate gives the data type and the field width of an input value. Informates aslo allow you to read data that are stored in nonstandard form, such as packed decimal, or numbers that contain special characters such as commas.
Answered by bts972620
2

Answer:

input statement is used to input data from the user during the program  execution

Explanation:

Similar questions