EE150 - Fall 1996
Programming Assignment #3
Solution
- Part 1:
- Part 1 of Assignment 3 was given in advance of the rest of Assignment 3.
This assignment has 1 simple goal - to provide students the opportunity to
write, compile and test a pair of functions to match a given "main" program or
"driver". One solution is given in mini-functions.c. A VERY BRIEF
(near minimal) solution is given in mini-functions-minimal.c
to give you an idea of how short this solution could have been.
- Part 2:
- One solution is given in time1.c and time2.c.
- Part 3:
- One solution is given in numbers1.c and numbers2.c.