Lab 16



  1. Write a shell script to output the sum and average of a list of numbers on the command line.
    $ ./s16 45 55 56 58 34 22  37 21
    Total is 328
    Average is 41
    

© Allan Kochis Last revision 5/31/2005