The calculator should store the result of an expression in a variable called "ans", which can be
used as an input in other mathematical expression
>calculate 25*(3+5-(10/2))
ans=75
>calculate ans+10
ans=85
>calculate ans*10/5
However, the candidate can declare any variable to store the result.
Comments
Leave a comment