When you are prototyping your code with playgrounds, you automatically get output for any variable or constant that you are working with. But, if you are coding an application, you will need to use special functions to print out values to the console screen.
Since playgrounds have no console window, you will need to create a new