Question: please solve this programming question in Java Design a class calculator that has the following members: 2- double private variables num1 num2 3- setters and
please solve this programming question in Java
Design a class calculator that has the following members:
2- double private variables num1 num2
3- setters and getters
4-read () method to read from the user the input.
5- add() method to return the sum, sub() to return the difference
mult() to return the product and div() to return the quotient.
6-Tester class to test all possibilities of the class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
