Chapter 11 IO and Formatting
Up until now we have only worried about programs that did very basic input and output from the console. In this chapter, we will learn how to do more complex formatting of what a program prints. In addition, we will learn how to do Input and Output (IO) to/from files and other targets.