1. Input and Output

This chapter discusses input and output. Most programs input data, process it, and then output the results. This chapter discusses ways to input data from the keyboard and output results to the monitor. Later chapters will discuss input and output from disk files and other media.

Chapter Topics:

      • Input and Output Streams
      • The standard I/O streams
      • Scanner class
      • Converting character data to type int


Question 1:

When a computer program does an input operation, in which direction does the data flow?

  • From an outside device into the program?
  • From the program out to some device?

Source: Bradley Kjell, http://programmedlessons.org/Java9/chap12/ch12_01.html
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License.