PROJ4 – Calculator

Create a program that allows the user to enter two numbers and to also enter an operation such as +, x etc. The calculator should then display the result of the calculation.
Extend your calculator so it displays the calculation and the result such as 2 + 3 = 5

Scroll to Top