Input and Input statements

  • 10 years ago
Input & Input statements
input
input is data given to the computer for processing.
input statements
this statement is used to provide data to the program.
standard input
input through the keyboard is called standard input.

Recommended