Question: use GOLANG, You are to write a program that accepts two numbers and a math operation (add, subtract, multiply and divide) through the command line.
use GOLANG,
You are to write a program that accepts two numbers and a math operation (add, subtract, multiply and divide) through the command line.
You will let the user to enter input in the command line and examples of input will be: add 5 10, sub 10 20, div 2 3 and mult 2 3. After the user entered the input, your program will need to do the math operation as what they entered. 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
