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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!