នេះគឺជាកម្មវិធីប្រដាប់គិតលេខដ៏ល្អមួយ ដេលជំនួយលោកអ្នកក្នុងការគិតលេខងាយៗដោយលោកអ្នកគ្រាន់តែ Copy ហើយ Paste កូដខាងក្រោម ចូលទៅក្នុងកម្មវិធី Notepad ហើយ Save វាជា Calculator.bat
ចំពោះឈ្មោះ File មិនសំខាន់ចង់ឈ្មោះអ្វីក៏បានប៉ុន្តែអ្នកត្រូវដាក់ ".bat" ពីក្រោយឈ្មោះ File ជាការស្រេច។
កូដកម្មវិធីប្រដាប់គិតលេខនៅខាងក្រោម:
@echo off
title Batch Calculator by Huy Vuthdara
color 1f
:top
echo --------------------------------------------------------------
echo Welcome to Calculator by Huy Vuthdara
echo --------------------------------------------------------------
echo.
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo --------------------------------------------------------------
pause
cls
echo Previous Answer: %ans%
goto top
pause
exit
Hello my name Miech Chamnan. I'm from Battambang, Cambodia. I'm a freshman of Computer Science at National Polytechnic Institute of Cambodia and the owner of this blog. The reason that I create this blog because I want to share tips, tricks,...and more about computer to all people...
1 Comments:
Write Commentsសូមសរសើរ! ខំបន្តរទៀត . . . We're proud of you, Boy. :))
Reply