Free download Games, software full version, Crack, Patch, Movies, and many more. Feel Free your download.

Make a Simple Calculator With Notepad


You want to make your own calculator.. ?? Don't worry I will share it to you, just follow the steps below and you can make your own calculator easily.. Check this out bro.. !!

Steps :
1. Open Notepad. You can open it in your start menu or search it.

2. Copy this code. Put this code in your notepad. You can change the blue words as you wish.
@echo off  
title AnonCyber Calculator
:repeat
echo Start Counting . . .
set /p A=Input the first number =
set /p B=Input the second number =
set /p o=Select arithmetic operators (*, +, -, /) =
set /a "Total" = A%o%B
echo Total = %Total%
pause>null 
goto repeat

3. Save the code. You must save the code with ".bat" extension.

4. Run the file. Now open the file and start calculating.

Minus : This calculator can't count numbers behind a coma.




1 komentar - Skip ke Kotak Komentar

Udhy said...

thanks for your article
http://www.dunia-inject.com/2014/12/penitishopcom-jual-almamater-terbaik.html

Make a Simple Calculator With Notepad