Question: Can you help me with this c++ work please Use a function to swap the values of two variables. a) Create a function named as
Use a function to swap the values of two variables. a) Create a function named as inputNumbers) that requesta two integers from b) Create a function named as swapNumbers) that accepts two integers as the console. input and swap their values. c) Output the original and swapped values in main) to the console. d) Match the output shown below. Output Enter two integers (separate by a space): 11 1 Original values first number 11 second number1 Swapped values first number1 second number11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
