CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:06:06 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=354ec7c089e008d31bcdc77bb0689e1e8ad4523fafe135f881b1bbdeab9213a4a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Oome14S1zCyd7nEeeZsdKEFBvw9iQ0Sv%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc2b666d371ec2-BLR
Small Basic Temperature Conversion - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- start:
- TextWindow.Write("Fahrenheit to Celcius? (Type 1) or Celcius to Fahrenheit? (Type in 2): ")
- selection = TextWindow.Read()
- If selection = "1" Then
- TextWindow.Write("Enter temperature in Fahrenheit: ")
- fahr = TextWindow.ReadNumber()
- celsius = 5 * (fahr-32) / 9
- TextWindow.WriteLine("Temperature in Celcius is " + celsius)
- Else
- TextWindow.Write("Enter temperature in Celcius: ")
- celsius = TextWindow.ReadNumber()
- fahr = (celsius * 9/5) + 32
- TextWindow.WriteLine("Temperature in Fahrenheit is " + fahr)
- EndIf
- TextWindow.Write("Go again? y/n : ")
- repeatchoice = TextWindow.Read()
- If repeatchoice = "y" Then
- Goto start
- Else
- EndIf
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 8
JavaScript | 3 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 4
JavaScript | 3 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 4 sec ago | 0.10 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 7 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ C
JavaScript | 14 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ T
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 15 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 17 sec ago | 0.24 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