CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 06:32:47 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=e0edced7f203f7cad557dbea33c6d375b6d5bd0b8b45a83e16e692497830d0d9a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22FZqARU-z4HULuOAT8EIYtG7z1hQ0F1Wu%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d48fdc3e94ccbb-BLR
@echo offsetlocal enabledelayedexpansion:main:: Inisialisasi variabel ha - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setlocal enabledelayedexpansion
- :main
- :: Inisialisasi variabel harga makanan dan minuman
- set nasi_goreng=20000
- set kopi=5000
- :: Inisialisasi variabel total harga dan uang yang dimasukkan oleh pengguna
- set total_harga=0
- set uang_masuk=0
- :: Tampilkan menu makanan dan minuman
- echo Menu:
- echo 1. Nasi Goreng (Rp %nasi_goreng%)
- echo 2. Kopi (Rp %kopi%)
- echo 3. Selesai
- echo.
- :: Pesanan pengguna
- set /p pesanan=Pilih menu (1/2/3):
- :: Cek apakah pengguna ingin keluar
- if "%pesanan%"=="3" goto :end
- :: Validasi pilihan pengguna
- if "%pesanan%"=="1" (
- set /p jumlah=Jumlah makanan yang dipesan:
- set /a total_harga=!total_harga! + !jumlah! * %nasi_goreng%
- ) else if "%pesanan%"=="2" (
- set /p jumlah=Jumlah minuman yang dipesan:
- set /a total_harga=!total_harga! + !jumlah! * %kopi%
- ) else (
- echo Pilihan tidak valid.
- goto :main
- )
- :: Input uang dari pengguna
- set /p uang_masuk=Masukkan uang:
- :: Hitung kembalian
- set /a kembalian=!uang_masuk! - !total_harga!
- :: Tampilkan total harga dan kembalian
- echo Total Harga: Rp !total_harga!
- echo Kembalian: Rp !kembalian!
- pause
- :: Kembali ke menu utama
- goto :main
- :end
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 6 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 15 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ A
JavaScript | 24 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 33 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 42 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 53 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ E
JavaScript | 1 min ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand