CIS 1057 - Homework 1

Handed out: 08/31/10
Due: by 10pm on 09/06/10

In the file yourname.c [in my case it would be giorgioingargiola.c] write a series of functions, where each function prints out a block letter that appears in your initials. [In my case, I would have to write the functions blockg, blocki]
Write also the main program that invokes those functions so that your first name is printed out [In my case, I would have to call in order, blockg, blocki.]

Be sure to document the main program and each function. In the main program put, at least, your name, date, class and homework number, statement of problem. In each function, at least a statement of what it does. Develop your program on Unix using the command window.
You will have to enter the commands

    gcc -Wall yourname.c
    ./a.out
The purpose of his homework is to make sure that you have the needed accounts, know how to send email with attachments, know how to edit a program, know how to compile and run a program. Everybody who will be able to submit the program to me (even if it does not compile or run) will get an A.

For this particular homework send it to giorgio@temple.edu. Remember, for this homework everybody who submits it (or part thereof) will receive an A!
After this homework you will Email your programs to the TA.