
Postlab Activities
Exercise 1: Write a program to print out the following lines from Dr. Seuss’s Horton
Hatches the Egg.
1
I meant what I said
and I said what I meant
An elephant’s faithful
one hundred percent
Put a border of asterisks around the entire quotation (all four sides). Each line of the
quotation should be sent to the output stream in the same statement.
Exercise 2: Write a program that produces a cover sheet for your laboratory
assignments. It should have the chapter number, the lessons that have been assigned,
your instructor’s name, your name, the date, and any other information that your
instructor has requested.
Exercise 3: Write a program ...