Assignment h2 Instructions

In this assignment, you will be doing some very basic C Programming, mostly
involving printf and scanf, but also touching upon different data types.

I have given you three small C source files, and your task is to edit those
source files into working C programs that do the task specified. The programs
have already been started for you, your job is to finish them. The comments
inside the source files are there to give you hints on what you need to do to
complete the program.

First, some suggested reading (in addition to the lectures posted on Zoom)
Tutorialspoint - C Input and Output - More specifically, the "The scanf() and printf() Functions" section.
Wikibooks C Programming - Simple Input and Output
Wikibooks C Programming - Strings

C Lessons 0 and 1 under the "Lessons" link on the left sidebar of the class
webpage also give some good background information.

Then, log on the server and check out Assignment h2 using the handin program by
typing "handin -C h2" in your home directory. 

Inside that folder, you will see the following:
- three .c files 
- a README file that contains more details about the assignment 
- a manifest file (which you can leave alone, it's there for configuration purposes)
- a directory named working, which has working versions of these programs, so
  you can see how your eventual program should run. If you wanted to run "circle"
  in that directory, you'd type (while in that directory) "./circle"

Once you're finished, go to your home directory and then submit your assignment
by typing in "handin h2"

This assignment will be due on September 7 @ 11:59PM EDT.