Ruby
Ruby
server
Difference between puts "String" and print "String" Puts adds a new line after "String" whereas Print
does not
Write the method which prompts for the input from the user gets.chomp
Identify the error in the code else if usage is incorrect. It should be elsif