I'm building a program in C++ for a class that converts gallons to liters. I already have the program written but i need to implement "Press any key to continue". I did it but when you enter the number of gallons and hit enter it terminates the program. I need a way to make it ignore the first time you hit enter (entering the number of gallons) and display "Press any key to continue" after it does the math.