Please Help Me! I am a student here in the philippines. You can also ask questions to me, maybe I can answer them...
You should first learn how to ask a question:
http://www.computing.net/howtos/show/how-to-ask-a-question-and-get-quality-replies/481.html
Well I guess you can.
Here is one that does simple + and -@echo off
:: Calculator
:start
cls
set /p math=Equation:
set /a math2=%math%
cls
echo %math% = %math2%
pause >nul
goto startType in 50-4+1= hit enter
You can use notepad to create the calculator program in many languages.
