Strings and Files
Overview
This chapter introduces string and file processing.
Chapter Outline
- Strings
- String Functions
- String Formatting
- File Input and Output
- Exception Handling
- Loading an Array from a File
- Code Examples
- Practice
Learning Objectives
- Understand key terms and definitions.
- Given example pseudocode, flowcharts, and source code, create a program that processes strings to solve a given problem.
- Given example pseudocode, flowcharts, and source code, create a program that processes a text file to solve a given problem.