The program prompts the user to enter a 2 digit decimal number. How do I separate the number into two separate variables after the user enters it?
Later I need to use the first and the second part of the number so they need to be in different variables.