Answer to Question #24454 in Programming & Computer Science for monami
Create a command prompt that would make a simple calculator.
1
2013-02-19T09:15:54-0500
: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!
Comments
Leave a comment