Description: //****************************************************************************************//
// program name: Integer Test
//
// Sometimes we need a way to test the user input to know if it is an integer, i have
// seen many algorythm for doing this,but a lot of them are incomplete since they only check
// to see if the input contain the numeric values from 0 to 9 if so it is said that the input
// is a number.Here you will fine a more precise way to test the user input for knowing if it
// is an integer.
//
//****************************************************************************************//
To Search:
File list (Check if you may need any files):
integer_test.cpp