Question: I want to solve this assignment Due date: Please check the SLATE drop box. Late assignments will be penalized 10% per day and will not

Due date: Please check the SLATE drop box. Late assignments will be penalized 10% per day and will not be accepted after 3 days. This assignment will be graded out of 15 and worth 5% of your total mark for this course. You must follow the submission requirements to hand in your assignment for full marks. Submission requirements: Zip your entire project and upload it to the SLATE Assignment One drop box. For this assignment, you will use the javadoc tool to create an official Java documentation for the class Calculator. Please reference the Calculator information below. 1. The UML Class Diagram- Calculator -mem: double +Calculator +add(double, double): double +subtract(double, double): double +multiply(double, double): double +divide[double double): double 2. The software specifications: mem--the calculator memory. mem stores the answer after performing calculation Calculatoro - This constructor will initialize the mem to zero. add - This method adds two parameters (adds the right and left operands). The answer will be stored in mem. subtract - This method subtracts two parameters (subtracts the right operand from the left operand). The answer will be stored in mem. Review View Help Tell me what you want to do ou need to edit it's safer to stay in Protected View Enable Editing add - This method adds two parameters (adds the right and left operanda). The answer will be stored in me subtract - This method subtracts two parameters (subtracts the right operand from the left operand). The answer will be stored in mem multiply - This method multiplies two parameters (multiplies the right and left operands). The answer will be stored in me divide - This method divides two parameters (divides the left operand by the right operand). The answer will be stored in mem Before you submit your assignment. Read the check list below Need to do Checked Zip the javadoc Upload this assignment before due date Read the fabric to avoid any marka deduction Mark deduction 10% 10% day it still accepted Refer to the rubrie Marka 3 Earned Rubric- Artifacts needed to document Package calculator Calculator description Author Since Version Calculator ada double double double subtract double double double multiph double double double divide double double double Browser window Title Total 115
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
