what is the use of input statement
Answers
Answered by
23
Answer:
An input/output statement or IO statement is a portion of a program that instructs a computer how to read and process information. It pertains to gather information from an input device, or sending information to an output device.
#⃣❤✌#⃣❤✌#⃣............
Answered by
5
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..
Similar questions