Computer Science, asked by roysanjeev440, 9 months ago

1. What is the purpose of using INPUT statement in a program?​

Answers

Answered by sharonthomas28
3

Answer:

Use the INPUT statement to halt program execution and prompt the user to enter a response. Data entered at the terminal or supplied by a DATA statement in response to an INPUT statement is assigned to variable. Input supplied by a DATA statement is echoed to the terminal.

Answered by Anonymous
3

Use the INPUT statement to halt program execution and prompt the user to enter a response. Data entered at the terminal or supplied by a DATA statement in response to an INPUT statement is assigned to variable.

Similar questions