Program: Starting Out with C++ programming
Write a program that asks the user to enter two numbers. The program should use the conditional operator to find which number is the smaller and which is the larger.
Can you please help me solving this Question by using C++ methods?