Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: PLEASE I need help with this programming on java

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: PLEASE I need help with this programming on java

    Post your code and ask some questions.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default 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.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. android programming vs game programming using java
    By vgoel38 in forum Android Development
    Replies: 4
    Last Post: September 8th, 2012, 05:48 PM
  2. Hello, New to Java Programming
    By xype in forum Member Introductions
    Replies: 1
    Last Post: June 24th, 2012, 05:35 PM
  3. Replies: 0
    Last Post: December 12th, 2011, 03:17 PM
  4. Is java a power full programming language? can java do this?
    By Jhovarie in forum Java Theory & Questions
    Replies: 5
    Last Post: March 2nd, 2011, 02:02 PM
  5. Is Java Programming Best?
    By messenger in forum Java IDEs
    Replies: 3
    Last Post: May 4th, 2010, 09:11 PM