QuizBeginner
String Interpolation
String interpolation inserts values into a string using backslash and parentheses.
Given `let age = 30`, how do you build the string "I am 30" using interpolation?
String interpolation inserts values into a string using backslash and parentheses.
Given `let age = 30`, how do you build the string "I am 30" using interpolation?