------------------------------- CST8165 Lab Attendance Exercise #83 - Week 3 ------------------------------- -Ian! D. Allen - idallen@idallen.ca - www.idallen.com Modify last week's three-integer order.c program to accept the three integer arguments from the Unix command line, e.g. $ ./order 31 4159 265 Write a shell script "order.sh" that tests your program with various combinations of three integers. Write sufficient tests to demonstrate to your instructor that your program will work for all possible integer inputs. (How many tests do you need?) If you didn't follow the instructions from last week (e.g. you wrote a loop instead of using simple IF statements), revise your code to adhere to the required specifications. Demonstrate your test script to your instructor, showing correct output. Be prepared to justify your test cases. Submit your revised code and script as your lab attendance this week: $ ~alleni/bin/cstsubmit 83 order.sh order.c