MCQ Practice
All Countries 🌏 Mcq University Model MCQ Single Answer ENGLISH RUBY FORMATTING STRING METHODS 2025
Focused practice with instant answer feedback, progress tracking, and community notes in one consistent workspace.
Answer feedback follows the same pattern everywhere on BrainBoost.
Green means correct, red means incorrect, and your selected answer is underlined in purple.
Question Set
Interest
Timer
Question
Q: What is the output of the code?
print "What's your first name?" first_name=gets.chomp a=first_name.capitalize first_name.capitalize! print "What's your last name?" last_name=gets.chomp b=last_name.capitalize last_name.capitalize puts "My name is #{first_name} #{last_name}"