Write a command line calculator program. It should perform following operations:
Calculator program should accept from a command line program operation and operation data, s.t. java Calc [operation] [operand1] [operand2] Calculator should print result on console.
Sample Command
javac Calc.java