Question: Please write me a c++ language in this queston. Write a user - defined function that tales an integer number and outputs the reverse of
Please write me a c++ language in this queston.
Write a user - defined function that tales an integer number and outputs the reverse of that number. Call the function twice in the main function and test your program with two 3-digits and 4-digits numbers.
Example of output:
Type an integer number: 345
output : 543
Example of output:
Type an integer number: 3097
output : 7903
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
