< previous page page_131 next page >

Page 131
4
Program Input and the Software Design Process
GOALS
To be able to construct input statements to read values into a program.
To be able to determine the contents of variables assigned values by input statements.
To be able to write appropriate prompting messages for interactive programs.
To know when noninteractive input/output is appropriate and how it differs from interactive input/output.
To be able to write programs that use data files for input and output.
To be able to apply top-down design methodology to solve a simple problem.
To be able to take a top-down design and code it in C++, using self-documenting code.
To understand the basic principles of object-oriented design.

 
< previous page page_131 next page >