Question: Please use c++ (4 points) Write a function int reverse(int n) that takes a number n and returns the number that is reverse of the
Please use c++

(4 points) Write a function int reverse(int n) that takes a number n and returns the number that is reverse of the digits of n. For example, On input n = 1932, it should return : 2391 On input n 900, it should return : 9 Write a main function which demonstrates the reverse function on the user provided input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
