Created By : Dea Oktavia Anggraini

Rabu, 05 Maret 2014

News update 2014 Tutorials Calculator use HTML


You can opened new notepad and don't forget if you wanna save, you must put blablabla.bat

you can copy paste in your laptop:

@echo off
title Calculator By Dea Oktavia
color cf
:start
echo --------------------------
echo Welcome to the Calculator
echo --------------------------
echo.
set /p sum=Please enter the question:
echo.
set /a ans= %sum%
echo.
echo The Answer = %ans%
echo.
echo -----------------------------
pause
cls
echo Previous Answer = %ans%
echo --------------------------
echo.
goto start
exit


Oke lets try it guys :)

Tidak ada komentar:

Posting Komentar