CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 01:12:26 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=24ac40bfbed4e8506b78d7862858d5ff786a38cea9b22e698c440c70610669cea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%226Putbu8HaN1ltHOeWjz8sHrp_4sZqB4U%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2ba9d0a91c19f-BLR
fuel consumption small basic - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GraphicsWindow.Title = "How expensive will your trip be?"
- GraphicsWindow.Top = (Desktop.Height - GraphicsWindow.Height) / 2
- GraphicsWindow.Left = (Desktop.Width - GraphicsWindow.Width) / 2
- colour = GraphicsWindow.GetRandomColor()
- colour2 = GraphicsWindow.GetRandomColor()
- GraphicsWindow.BackgroundColor = colour
- GraphicsWindow.BrushColor = colour2
- GraphicsWindow.DrawText(0, 24, "Enter your total journey's distance in kilometers:")
- Distance1 = Controls.AddTextBox(295, 20)
- GraphicsWindow.DrawText(82, 46, "Enter your fuel consumption (KPL):")
- Consumption1 = Controls.AddTextBox(295, 42)
- GraphicsWindow.DrawText(103, 68, "Enter the price per liter for fuel:")
- Price1 = Controls.AddTextBox(295, 64)
- Controls.AddButton("Calculate", 190, 150)
- Controls.ButtonClicked = Button
- Sub Button
- GraphicsWindow.DrawText(0, 90, "It will cost you $")
- Distance = Controls.GetTextBoxText(Distance1)
- Consumption = Controls.GetTextBoxText(Consumption1)
- Price = Controls.GetTextBoxText(Price1)
- Total = Distance*Consumption*Price/100
- GraphicsWindow.DrawText(100, 90, Total)
- EndSub
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 4 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ P
JavaScript | 4 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 5 sec ago | 0.25 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 13 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 14 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 7
JavaScript | 14 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ E
JavaScript | 22 sec 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