how to analyze the String input?
The program should accept integers but not the sentences for example
the user enters "Hi how are you"
the program should say"Sorry, please enter the integers"
if the user enters "123454545"
the program should work normally
The main aim is to differentiate between sentences and integers

