Homework 2, Planning for homework 3.
Short Description:
Develop an programming plan for homework 3.
Goals
When you finish this homework, you should have:
- Demonstrated your ability to design a solution involving a class.
Formal Description
Create a simple design document for Homework Three.
This design should include
- Personal identifying information. (name, class, ...)
- A high level description of the problem.
- A list of questions related the problem, not how to code the problem.
- A description of the problem's input/output.
- A set of test cases, both input and output.
- This should include at least the test cases given in the assignment.
- For the main project program: (not test drivers)
- A program decomposition showing how the various functions will interact.
- Algorithms for the main and all sub algorithms required to solve this problem.
- A description of all data structures (classes/structs) created for this program.
Required Files
A word document containing your design.
Submission
Submit the assignment to the D2L folder Homework 2 by the due date.