Ruby
xxxxxxxxxx
def pow(a,b)
power=1
for i in 1..b
power=power*a
end
return power
end
puts "Enter Base:-"
base=gets.chomp.to_i
puts "Enter exponent:-"
expo=gets.chomp.to_i
puts "The power is #{pow(base,expo)}"
Enter Base:- 3 Enter exponent:- 5 The power is 243
Linux - How to Install anc-api-tools
Linux - How to Install curvedns
Python - Check if a Number is Positive, Negative or 0
Linux - How to Install zenmap
C - Count Number of Digits in an Integer
C++ - Check Whether a Number is Prime or Not
JavaScript - Check Whether a String Starts and Ends With Certain Characters
C - Find Largest Number Using Dynamic Memory Allocation
Kotlin - Reverse a Number
Kotlin - Round a Number to n Decimal Places
C++ - Check Leap Year
Linux - How to Install zfs-test
Linux - How to Install xbitmaps
Linux - How to Install zstd
Java - Reverse a Number
GoLang - Base64 Encoding
Python - Writing Excel (XLSX) Files
Java - Create Pyramid and Pattern
We have been online since 2021 and 1 millions of people around the globe have visited our website since then
More visitors every month