Q101
Open questionSelect an option to see the answer and solution.
Practice every MCQ with options. Use Show answers when you want the correct option and solution.
134
Questions
6/7
Page
Pick an option on a question to see the right answer and solution.
Q101
Open questionSelect an option to see the answer and solution.
Q102
Open questionSelect an option to see the answer and solution.
Q103
Open question"I'am learning Ruby Language".length.reverse.upcaseSelect an option to see the answer and solution.
Q104
Open questionSelect an option to see the answer and solution.
Q105
Open questionSelect an option to see the answer and solution.
Q106
Open questionSelect an option to see the answer and solution.
Q107
Open question x, y, z = 12, 36, 72
puts "The value of x is #{ x }."
puts "The sum of x and y is #{ x + y }."
puts "The average was #{ (x + y + z)/3 }."Select an option to see the answer and solution.
Q108
Open questionprint "What's your first name?"
first_name=gets.chomp
a=first_name.capitalize
a=a.reverse
puts"My name is #{a}"Select an option to see the answer and solution.
Q109
Open questionAns=Ruby
puts "#[Ans] is an oop language"Select an option to see the answer and solution.
Q110
Open questionSelect an option to see the answer and solution.
Q111
Open questionputs "what is your first name?"
name=gets.chomp
puts "what is your surname?"
surname=gets.chompSelect an option to see the answer and solution.
Q112
Open questionSelect an option to see the answer and solution.
Q113
Open question"I'am Learning RUBY Language".downcaseSelect an option to see the answer and solution.
Q114
Open question"Ruby Language".length
=begin
calculate length
=endSelect an option to see the answer and solution.
Q115
Open questionSelect an option to see the answer and solution.
Q116
Open questionSelect an option to see the answer and solution.
Q117
Open questionSelect an option to see the answer and solution.
Q118
Open questionSelect an option to see the answer and solution.
Q119
Open questionSelect an option to see the answer and solution.
Q120
Open questionSelect an option to see the answer and solution.