The methods of the Calculator class are listed below. For a complete list of the Calculator class members, see the Calculator Members topic.
 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