Part 11 - File IO

This section covers how to read and write text files using console programs. For simplicity, all text files will be in the same folder as the program.

File I/O

What to Do?

  1. Read through the FileIO tutorial. Make sure to complete all of the examples.

  2. Complete the File IO Assignments.

      • Read the assignment carefully. You do not need to complete all of the parts.

      • You can find the text files referred to in the Files section below in a ZIP file.

What do Submit?

  • The programs:

      • Capitalize

      • Palindrome

      • Student Reader

OR

      • Score Reader

Tutorial

File IO.pdf

Programming Assignment

File IO Assignments.pdf

Files