+ 1
Can someone make this calculator work?
2 RĂ©ponses
+ 3
Here is a shortened version
https://code.sololearn.com/cj7B97M5IXHa/?ref=app
+ 2
You have initialized the variable op but have not given it a value. You can use cin >> op; so the user can give it the value.