Ruby - Variables and Data Types
Identify the error in this Ruby code:
name = "Eve"
puts 'Hello, #{name}!'name = "Eve"
puts 'Hello, #{name}!'#{name} is printed as text, not replaced by variable value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions