CS 101 Laboratory Programming Assignment Seven
Easy Writer
Create a program to write an English paragraph on the screen. The program should prompt the user for:
- an adjective
- a noun
- an adverb
- a verb
- an adjective
- a noun
The program should then use those input words, along with other words coded into the program,
to produce a paragraph. The paragraph may be serious or humorous, but it should make sense
if the right cases and tenses are entered by the user. The image below shows a sample program output.
Your program should be different.

Sample Screen Shot.
Your report should have a description of how you designed the program along with a block diagram
of the flow of control among the functions. Include the usual source code with programmer's block
and sample output.
This page established February 26, 1999; last updated February 27, 1999.