4.8 Exercise 3: SimpleCalc
For this exercise you must create a Java application that:
Accepts two floating point numbers and an operation (+, -, / or * ).
Performs the requested operation on the numbers and displays the result.
The application must validate that the correct number and type of command line parameters where passed to it.