This program has two purposes. The application purpose is to compute the area of a plane triangle given the lengths of the three sides. The learning purpose is to show how to pass parameters to the main function from the command line. This program should be executed in the following sample format: ./r.sh 4.4 3.0 5.1
where the three numeric values are the lengths of the sides of the triangle whose area will be computed.