Question: In GOLANG, write a program that accepts two numbers and a math operation (add, subtract, multiply and divide) through the command line. Examples of input:
In GOLANG, write a program that accepts two numbers and a math operation (add, subtract, multiply and divide) through the command line. Examples of input: add 5 10, sub 10 20, div 2 3 and mult 2 3. The result should be displayed to the user. The program should be able to deal with integer and floating point numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
