Problem
Solving Methods
The term problem solving
in a computer programming context refers to the process of developing a
computer program that solves a given problem. The problems or the programs
that we encounter thus far are relatively simple ones. This chapter prepares
us to solve more complex problems and to write large programs by introducing
a formal approach to problem solving.