Suppose you want to change an existing program to have more of a modular architecture. The program contains a basic calculator program. Which of the following would be an appropriate attribute for the calculator class?(1 point)

One appropriate attribute for the calculator class would be an attribute for storing the current value or result of the calculator's calculations. This attribute could be named "currentValue" or simply "result".