@echo off
color A
echo Zodiackiller and Jeff sunar
set /p sayi1=Birinci Sayi :
set /p sayi2=Ikinci sayi :
set /p secim=Hangi islem (toplama-cikarma-bolme-carpma) :
if %secim%==toplama goto topla
if %secim%==cikarma goto cikarma
if %secim%==bolme goto bolme
if %secim%==carpma goto carpma
:topla...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.