Write a program to implement Programming Problem 2, page 93 in the book.
- Please make sure that you use comments in your program including:
- A header block.
- A data dictionary.
- Comments on major code segments.
- Please use both constants and variables in this program.
- Please observe the indentation style from my notes and the book.
- This program must compile and run on cslab41
When the program is complete, please send a copy to dbennett@edinboro.edu,
the subject of your message should be program1, csci 130
Items to be placed in the trunk should be stored in variables, and
phrases that repeat should be stored in a constant.
You should use the concatenation operator.
You should have one output line that is repeated five times.