Question: The class has static methods that can do simple math operations on two numbers. the methods are: plus, minus, multiply and divide . all the

The class has static methods that can do simple math operations on two numbers. the methods are: plus, minus, multiply and divide .
all the methods get two ints then the method does the required math operation and returns the result as an int. for example:
Output of this program should be like:
1+1=2
2-3=-1
23=6
10:2=5
 The class has static methods that can do simple math operations

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!