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 2 of 2

Thread: BASIC: I don't even know how to begin to loop this.

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question BASIC: I don't even know how to begin to loop this.

    I need some help writing a program with a 1 integer parameter and have it return the remainder of the integer when divided by 7 it has to loop 5 times. I am a Java beginner. If i could get the code for this and an explanation on how to write it would be lovely. Thank you.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: BASIC: I don't even know how to begin to loop this.

    If i could get the code for this
    What have you tried? Where are you stuck? Do you know how to write loops? We are not a code service and won't do someone else's homework. Break the problem down by the requirements, and take it one step at a time. Recommend you see the following links:
    http://www.javaprogrammingforums.com...e-posting.html

Similar Threads

  1. [SOLVED] VERY basic question - if loop
    By kobi1988 in forum Loops & Control Statements
    Replies: 3
    Last Post: October 12th, 2011, 06:34 PM
  2. Basic treemap loop
    By Trunk Monkeey in forum Java Theory & Questions
    Replies: 3
    Last Post: May 1st, 2011, 10:11 AM
  3. Basic loop issue
    By Nismoz3255 in forum Loops & Control Statements
    Replies: 3
    Last Post: February 23rd, 2011, 05:10 PM
  4. Where to begin...? - Programming with Java on a Hosted Server
    By Theta Zero in forum Java Networking
    Replies: 1
    Last Post: October 29th, 2010, 08:03 PM
  5. Replies: 2
    Last Post: October 29th, 2009, 06:13 PM