Im new to C++ and need to figure the following;
Write C++ statements that use a while loop to prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).
Write C++ statements that use a while loop to prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).
Comment