Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
string interpolation and methods
Single-choice MCQ
What does this string interpolation produce?
name = "Sam" puts "Hi #{name.upcase}!"