Program 1, A Tale
Short Description:
Print a short story.
This assignment is worth 20 points.
Goals
When you finish this homework, you should:
- Developed your program design skills.
- Demonstrated your ability to use basic string output.
- Demonstrated your ability to declare constants and variables.
- Demonstrated your ability to write a simple C++ program from scratch.
Formal Description
Write a program which will fulfill the requirements programming problem number 2, page 86.
Discussion
You should make appropriate use of constants and variables.
Your identifiers should be constructed properly, with meaningful names.
You should document your code with comments.
Your output should be organized, easy to read, and make appropriate use of white space.
Design
You should design this program, including an program design, before you implement the code. This design should be a submitted on Wednesday September 21, and should include:
- A high level description of the program.
- An algorithm.
- A list of questions associated with the assignment.
Please print this design document and hand it in at the beginning of class.
Required Files
A single source code file.
Submission
Email your final source code file to danbennett360@gmail.com.