Question: please write in c++ will rate thank you 7 Flip and Mult This project aims to get you familiar with using call-by-reference functions by way
please write in c++ will rate thank you


7 Flip and Mult This project aims to get you familiar with using call-by-reference functions by way of implementing a swap function. Make a program that: Read in two integers from the user (This should be a function). Outputs the two integers. Flips the two integers (This should be a function). Outputs the two integers after the flip. Reads in a multiplier from the user (This should be a function). Flip the two integers (again) and multiply both by the multiplier (This should be a function. Finally, output the two integers again. Sample Case: Input: 12 4 Output: Input two numbers: 12 After swap: 21 Enter the multiplier: 4 After swap and mult: 4 8 // note; format is numl num2 only one space between.terminate with a newline
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
