Introduction
We use cout to show messages or results on the screen. It helps us communicate what the program is doing.
To display a greeting message to the user.
To show the result of a calculation.
To print instructions or menus in a program.
To debug by showing variable values during program execution.