Program 5, Bowling Scores.
Short Description:
Do Programming Problem 6, page 237-238
This assignment is worth 35 points.
Goals
When you finish this homework, you should:
- Developed your program design skills.
- Develop your ability to use if statements.
- Develop your ability to test input data.
Formal Description
Design and implement a solution to problem 6 page 237-238.
Please only solve the provlem specified, and please do not ues loops to solve this problem.
Design
You should design this program, including an program design, before you implement the code. This design should be a submitted on Monday April 9, 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 on Monday April 9. This design is worth 5 points.
Required Files
A single source code file and a design document.
Submission
Email your final source code file to danbennett360@gmail.com.