As I discussed in Chapter 3,you can use string interpolation to insert values into strings to create new strings.These values can be numbers, other strings, and other types. In addition to printing out interpolated strings to the console window with println(),you can create new strings with interpolation,as show in Listing 6-6