Saved Bookmarks
| 1. |
What are the uses of input statements |
|
Answer» 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. |
|