নোটপ্যাড দিয়ে ক্যালকুলেটর তৈরি করুন


নোটপ্যাড দিয়ে ক্যালকুলেটর তৈরি করুন

>>> এই পোস্টটি ২৪৮ বার দেখা হয়েছে <<<
আপনারা সবাই কেমন আছেন?এখন আমরা নোটপ্যাড দিয়ে ক্যালকুলেটর তৈরি করব শুরু করা যাক,প্রথমে একটি নোট প্যাড খুলুন এবং নিচের কোডগুলো কপি করুন তারপর calculator.bat এই নাম এ সেইভ করুন তৈরি হয়ে গেল ক্যালকুলেটর!
Code is here………………….
@echo off
color 0A
title CALCULATOR VERSION 1.2
:loop
cls
echo.
echo Calculator Version 1.2
echo ———————————————–
echo * = MULTIPLY
echo + = ADD
echo – = SUBTRACT
echo 2 = SQUARED
echo / = DIVIDE
echo After an equation, type CLEAR to clear the screen of your equations, type KEEP to leave them there, or type EXIT to leave.
:noclear
set /p UDefine=
set /a UDefine=%UDefine%
echo.
echo =
echo.
echo %UDefine%
echo KEEP, CLEAR, OR EXIT?
set /p clearexitkeep=
if %clearexitkeep%==CLEAR goto loop
if %clearexitkeep%==KEEP echo. && goto noclear
if %clearexitkeep%==EXIT (exit)
:misspell
echo.
echo ———————————————–
echo You misspelled your command. Please try again (make sure you are typing in all caps LIKE THIS).
echo Commands:
echo CLEAR Clear all previous equations and continue calculating.
echo KEEP Keep all previous equations and continue calculating.
echo EXIT Leave your calculating session
echo Enter in a command now.
set /p clearexitkeep=
if %clearexitkeep%==CLEAR goto loop
if %clearexitkeep%==EXIT (exit)
if %clearexitkeep%==KEEP goto noclear
goto misspell
এবার calculator.bat ফাইল টি রান করুন

Share:

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Fiverr Offer

Popular Posts

Powered by Blogger.

Labels

Labels

Popular Posts

Labels

Recent Posts

Unordered List

  • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  • Aliquam tincidunt mauris eu risus.
  • Vestibulum auctor dapibus neque.

Pages

Theme Support

Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.