Results 1 to 6 of 6

Thread: loops

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    90

    Resolved loops

    how do you do a repeat until loop??

    if that is not a loop in java what are the different kinds of loops in java that you can use??


    <Moderator added green check mark>
    Last edited by NoteMe; Mar 3rd, 2005 at 08:21 PM.
    CaM

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: loops

    Off the top of my head. while(condition), for(initialization;conditional test ;incrimination), do while(condition).

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    90

    Re: loops

    is there a do until loop??
    CaM

  4. #4

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    90

    Re: loops

    ah

    thanks good idea
    CaM

  6. #6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width