Homework 6, A design for program 3
This homework is worth 10 points.
Short Description:
Create an algorithm for
program 3.
Goals
When you finish this homework, you should have:
- Created an algorithm for a problem specification.
Formal Description
Create a design for
program 3.
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.
- An algorithm. The algorithm should provide details sufficient for performing all computations.
- Use your algorithm to perform the computation with the sample input, show your work.
- Since the input given is the simplest case, it might be a good idea to try other possible values, but this is not a requirement.
- 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 6.