the goal of this problem is to use command-line arguments. you will write a program that computes a simple mathematical expression based on two operands and an operator. whether the calculation is computed will depend on the number of command-line arguments and their value. your calculator must support four operators: for addition, - for subtraction, * for multiplication, and / for division. before doing any programming, you should know how to run a program with command-line arguments: