Question #24454

Create a command prompt that would make a simple calculator.

Expert's answer

:again
@cls
@echo Enter an expression:
@set /p expr=
@set /a res=%expr%
@echo %res%
@pause
@goto again

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS