Introduction
These methods help you show messages or information on the screen when your program runs.
You want to show a message to the user.
You want to display the result of a calculation.
You want to print multiple pieces of information on the same line.
You want to print each piece of information on a new line.
You want to debug your program by checking values during execution.