HW2
COP-3223H
Write a sequence of desktop calculator operations that computes \(x^3+y^2*10\). Assume that x and y have already been stored and can be recalled with "recall x" and "recall y". Do not precompute any of the intermediate values; instead use store and recall. Only use the operations available on the calculator, i.e., the digits, arithmetic operations, and the equals operation. Take a look at the class notes for some examples.