Introduction
We use reading integer input to get numbers from the user while the program is running. This helps the program work with data the user provides.
When you want the user to enter their age.
When you need a number to calculate something, like adding two numbers.
When you ask the user to choose an option from a menu by typing a number.
When you want to get a score or count from the user.
When you need to read any whole number from the keyboard.