The question is like:
Build a simple ?English language? calculator that does the following:
takes three inputs from the keyboard, two of them single digits (0 to 9) and one a character from t
representing one of five operators: + (addition), - (subtraction), * (multiplication), / (division),
and % (modulus/remainder). Outputs the description of the operation in plain English, as well as the numeric result.
But i dont how can make "Outputs the description of the operation in plain English, as well as the numeric result"?
plz help!!!