0
I made a calculator in c++ and it is doing all which I expected but now I want to modify it and it is only working on two
Oprands example 12+23 now I want to give 12+43-43*6/2 this kinda input how I can do that any one help me in this please
2 Réponses
+ 4
Take input as a string and then scan it to get the proper expression.