EE150 - Fall 1996
Programming Assignment #1
Solution
- Part 1:
- For this part, you had to do was send e-mail to us.
You can verify that you accomplished this by verifying that your
name and e-mail accound appear in the
list of EE150 students (which we generated automatically from
your e-mail). You will have lost marks if the format specified was not
followed exactly.
-
Part 2:
- This part simply involved typing in the program
welcome2.c from the text.
- Part 3:
- The file
first.c should basically be
welcome2.c, but with a printf containing a
different message. You should also have changed the comment to
reflect what the program does.
- Part 4:
- The file
second.c is just like
first.c, except that it has the printf with
a slightly different message and that printf is
replicated 5 times. As before, you should also have changed the
comment.