Introduction
Console input/output (IO) lets your program talk with the user. It helps you get information from the user and show results back.
When you want to ask the user for their name or age.
When you want to show messages or results on the screen.
When you are testing small parts of your program quickly.
When you want to create simple interactive programs without a graphical interface.