Design and implement a GUI calculator that the user can use to add, subtract, multiply, or divide two operands. The operands will be entered into one text field by clicking buttons labeled 0 though 9, or one labeled with a decimal point. The input of the first operand will be terminated by the user clicking one of four buttons, each labeled with one of the four arithmetic operators. The input of the second operand entered will be terminated by the user clicking a button labeled with an equals sign. The result of performing the math operation on the two operands will be displayed in the text field. Also, include a Clear button to clear the calculator so another operation can be performed, and buttons to save, recall, and clear the contents of the text field.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here