- 1
Write a function, reverse(int n), which reverses the digit in its parameter and return a result.
Apply the function in a program that ask for a number by the user and reverse them... (it's a c++ program)
0 Respuestas
Apply the function in a program that ask for a number by the user and reverse them... (it's a c++ program)