Homework 3
The class directory ~jmache/cs1 contains a program called if1.c. Modify your copy of this program so that it does the following. If the numbers are equal, it prints "These numbers are equal." Otherwise, it prints the larger number followed by the words "is larger."
To turn in on Wednesday in class:
- a printout of your C code and
- a printout of your scriptfile showing
- that your C code compiles
- the results of at least 3 runs with the input "1 2", "2 1" and "2 2".