Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Multiplication using method with return in ruby
Hiteshw11
Sep 25th, 2018
219
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Ruby
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
multiply
(
a,b
)
return
a
*
b
end
puts
"Enter the first number"
first=
gets
.
chomp
(
)
puts
"Enter the second number"
second=
gets
.
chomp
(
)
puts
multiply
(
first.
to_i
,second.
to_i
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💡 🚨 Free Crypto Method 🚨 🚨🚨
JavaScript | 5 min ago | 0.20 KB
💡 🚨 Free Crypto Method 🚨 ✅🔥
JavaScript | 6 min ago | 0.20 KB
💎 🔥 Exchange profit method 🚨📌
JavaScript | 17 min ago | 0.20 KB
💡 🚨 Free Crypto Method 🚨 📌🚨
JavaScript | 42 min ago | 0.20 KB
Untitled
XML | 51 min ago | 0.04 KB
Timer (simplified)
Bash | 1 hour ago | 3.43 KB
Untitled
JavaScript | 2 hours ago | 140.30 KB
Untitled
CSS | 2 hours ago | 24.48 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
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!