Saturday, February 20, 2016

Java Program by Studyshield.com

6:14 PM

Share it Please
Please read everything, I have gone through a few tutors and have not had a complete solution.
Write a method, reverseDigit, that takes an integer as a parameter and returns the number with its digits reversed. For example, the value of reverseDigit(12345) is 54321. Also, write a program to test your method.
needs to be a user defined method so I am thinking that would be a private method?.

0 comments:

Post a Comment