Computer Science, asked by debghoshdebjani, 8 months ago

What are the uses of input statements

Answers

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

With a TAB function you can specify exactly where you want an item to be printed in an output line. It causes the computer to tabulate to a specified print position. The semicolon rather than the comma is generally used as a separator in PRINT statements containing TAB functions.

Answered by sobhanjor
7

An input statement is a command or a text that we give to the computer and as a result it gives us an output. For example: in google if we search "what is a dog" it is an input. It gives us the answer "it is an animal" which is an output. Hope it will help you.

Similar questions