Calculator | Initializes a new instance of the Calculator class. |
 add | Adds a number to the current result. |
 divide | Divides the current result by a number. |
 getResult | Returns the result of the calculations made sofar. |
 multiply | Multiplies the current result with a number. |
 subtract | Subtracts a number from the current result. |
Calculator Class | ndoclet.demo Package