Computer Science, asked by prabhudayalmatlane15, 2 months ago

What is the use of INPUT statement?What does a computer do when we use INPUT statement?​

Answers

Answered by diyabhana
1

Answer:

The INPUT statement lets the user type ahead when entering a response. Users familiar with a sequence of prompts can save time by entering data at their own speed, not waiting for all prompts to be displayed. Responses to a sequence of INPUT prompts are accepted in the order in which they are entered.

Answered by mahira62381
2

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.

Hope it helps you ❣❣

Mahira here..

Similar questions