Program 4, Bowling Scores.
Short Description:
Do Programming Problem 6, page 237-238
This assignment is worth 50 points.
Goals
When you finish this homework, you should:
- Developed your program design skills.
- Develop your ability to use nested if statements.
- Develop your ability to test input data.
Formal Description
Design and implement a solution to problem 6 page 237-238.
Design
You should design this program, including an program design, before you implement the code. This design should be a submitted on Monday November 7, and should include:
- A high level description of the program.
- A functional decomposition of the problem.
- An algorithm.
- A set data with which to test your program. This should include data to test all possible input scenarios.
- A trace of at least two different input scenarios.
- A list of questions associated with the assignment.
Please print this design document and hand it in at the beginning of class. This design is worth 10 points.
Required Files
A single source code file and a design document.
Submission
Email your final source code file to danbennett360@gmail.com.