batch calculator

4


code is

Code:
@ECHO OFF
color 0c
title CALCULATOR by V+ Team visit www.vidyarthiplus.com
ECHO Calculator Version 2.00
ECHO Created By V+ Team
pause
ECHO ---------------------------------------- -------
ECHO * = MULTIPLY
ECHO + = ADD
ECHO - = SUBTRACT
ECHO - =DIVIDE
ECHO ---------------------------------------- -------
pause

:loop
echo.
echo ---------------------------------------- -------
SET -p UDefine=
SET -a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
goto loop
[Image: An9XX.gif]
This code is which program..? Where to place this code..???
For the student , by the student , to the student !!
Hmm!! This program is known as Batch Programming!!

Copy and Paste this code in Notepad and save it as any name with .bat extension!!!
[Image: jRHNJwz.gif]
Interest-Involvement-Implementation
Share-Learn-Respect-Repute-Thank