PLEASE I need help with this programming on java
Write a method that takes an integer value and returns the sum of its digits reversed. For example, given the number 1324, the method should return 10, which is the sum of 1+3+2+4. Incorporate the method into an application that reads a value from the user and displays the result.
Re: PLEASE I need help with this programming on java
Post your code and ask some questions.
Re: PLEASE I need help with this programming on java
But i haven't developed anything i really need major help because i cant seem to get it
Re: PLEASE I need help with this programming on java
Start by making a list of the steps (simple and detailed) the program must do to solve the problem.
When you get those, then work on coding them one by one. You need to design a program before writing any code for it.