Program 4
-In this program, prompt the user to enter their name.
-Using their name in the next prompt, ask the user for an integer.
-Using their name, ask for another integer.
-Find out if the number that the user entered is divisible by the other.
-Output the results back to the user.