Computer Science, asked by mumtaztaj02, 1 month ago

1. Short Answer Questions: 1. What is the purpose of using INPUT statement in a program?​

Answers

Answered by gopalsharma0kk
1

Answer:

INPUT statement is used to make the program

Explanation:

INPUT statement is used to make the program user-friendly. With the use of INPUT statement, the user can enter any data to a variable at the time of execution. When the INPUT command is used, the computer displays a question mark on the screen and asks the user to enter the data.

Answered by ThatThinker
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.

Similar questions