CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 17:52:23 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=e87c87e5c4f4ba16881fbfcb1cf263c6eb7012cb0344000e9c0492fa3c41f153a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Z65HlR_gAfizZsDIrW-mFQeyMauzO2Z-%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d03602097ec1b5-BLR
Module Module1 Sub Main() Dim base As Integer = 2 Dim exp - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Module Module1
- Sub Main()
- Dim base As Integer = 2
- Dim exponent As Integer = 3
- Dim result As Integer = Power(base, exponent)
- Console.WriteLine(base & "^" & exponent & " = " & result)
- End Sub
- Function Power(base As Integer, exponent As Integer) As Integer
- ' Base case: any number raised to the power of 0 is 1
- If exponent = 0 Then
- Return 1
- Else
- ' Recursive case: multiply base by the result of Power(base, exponent - 1)
- Return base * Power(base, exponent - 1)
- End If
- End Function
- End Module
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ D
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 5 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 10 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 9
JavaScript | 12 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 13 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 20 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 6
JavaScript | 21 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 4
JavaScript | 22 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