problem:
the user will input an integer for example 12345 (5 digits) and the output should be:
12345
12345
12345
12345
12345
// depending of how much digit you input
or if the user will input lets say 123hi and the output should be
123hi
123hi
123hi
// the program will only acknowledge integer input digits