CS 1063  Lab 1:  An Introduction to Objects and Classes

The FaceMain Class



Objectives

Hand-in Requirements

All laboratories will be submitted electronically through WebCT.  Zip up your entire laboratory folder to submit as the source.  (Right click on the laboratory folder and follow the SentTo link.)  The laboratory folder should include the following:

Details

Write a program that produces the face below.
  ||||||||||||||||
  |              |
  |              |
  |              |
  |    O    O    |
  |              |
 _|       U      |_
|_                _|
  |    \_____/   |
  |              |
  |              |
   \____________/

Setup

Print Statements

Enter the print statements to output the face above.  Compile and run your program until there are no errors.