Question: In the CPPBasics 1 directory ( which should be within your development directory ) on your virtual environment, create a new file called function.cpp .

In the CPPBasics1 directory (which should be within your development directory) on your virtual environment, create a new file called function.cpp. If you aren't sure how to create a new .cpp file, refer to the Create a New File section in the setup instructions document B.
In this new file write a function called swaplnts that swaps (interchanges) the values of two integers that it is given access to via pointer parameters. Write a main function that asks the user for two integer values, stores them in variables num 1 and num2, calls the swap function to swap the values of num 1 & num 2, and then prints the resultant (swapped) values of the same variables num1 and num2.
 In the CPPBasics1 directory (which should be within your development directory)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!