Search
The code editor uses two puts statements to display a message.
puts
Instead of using two puts statements, concatenate the two strings and then print the result using a single puts statement.