Question: C++ Question 2: (15 points) Write a C++ program to ask the user to input two positive integer numbers numi and num1 and swap their
Question 2: (15 points) Write a C++ program to ask the user to input two positive integer numbers numi and num1 and swap their values. In your main program you will need to call two functions one called getValues that asks from the user to input the two numbers and the other is called swapValues that will swap the two values. You will need to output to the user the initial input values and show the final reversed order of the numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
