Question: (C++)Write a function called doublesmall(int &, int & ) that has two integer arguments being passed by reference and doubles the smaller of the two
(C++)Write a function called doublesmall(int &, int & ) that has two integer arguments being passed by reference and doubles the smaller of the two numbers. Write the main( ) to access the function.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
