Answers for "get users input in ruby"

0

how to request user input in ruby

puts "Hello! My name is Kyle, what's yours?"
name = gets
Posted by: Guest on August-10-2020

Browse Popular Code Answers by Language