Problem #1
Write a program that allows a user to enter 3 integers. In the program you will need to choose the highest and lowest of the 3 numbers. The final output should be a list of the 3 numbers in the original order, a line that displays the lowest number and a line that displays the highest number.
Problem #2
Write a program that asks the user to enter 2 words. The program the prints out both words on one line. The words will be separated by enough dots so that the total line length is 30.
PLEASE HELP! I know problem 2 will require a loop but that is about it
