------------------------------- CST8165 Lab Attendance Exercise #84 - Week 4 ------------------------------- -Ian! D. Allen - idallen@idallen.ca - www.idallen.com Modify last week's three-integer order.c program to use a bubble sort. 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?) 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 84 order.sh order.c No labels or documentation are needed for this code.