Introduction
String interpolation lets you put values or expressions inside a string easily.
When you want to include a variable's value inside a message.
When you want to combine text and numbers in one string.
When you want to show the result of a calculation inside a string.
When you want to build a sentence that changes based on data.