So far we have learned about three types of things we can store in variables. We can store whole numbers in int variables, decimal numbers in float variables, and text in String variables.
In this video we are going to learn something very useful, how to put the value a variable contains inside a String.