Homework 9, A design for program 5
This homework is worth 10 points.
Short Description:
Create an algorithm for
program 5.
Goals
When you finish this homework, you should have:
- Created an algorithm for a problem specification.
Formal Description
Create a design for
program 5.
You may not yet know all of the programming constructs to implement this program, but you should still be able to design the algorithm.
This document should include:
- A high level description of the program.
- A set of algorithms.
- The main algorithm should be fairly simple and solve the problem at a high level.
- Each statement of the main algorithm will likely require a seperate algorithm to describe how to implement that statement.
- A list of questions associated with the program design.
Please do not write this algorithm in C++ code. If you do it will be worth 0 credit.
For guidance on this homework please:
- follow the example we did in the first week please use English like descriptions.
- follow other examples we will do in class.
- see examples of algorithms on pages 4 and 5 of the book.
- see the problem solving case study on pages 126 and 127.
- see other case studies.
Required Files
A single word document.
Submission
Please submit your design to the D2L assignment folder homework 9.