Search:

Type: Posts; User: chakana101

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,238

    Re: Question about do loops?

    I see lol glad to know i'm not crazy haha, thanks for the help guys! and it's actually my textbook haha
  2. Replies
    5
    Views
    1,238

    Re: Question about do loops?

    this is the answer in the back of the book:

    6.10:

    the code contains an infinite loop. The numbers 10, 11, 12 and so on will be printed until the program is terminated or until the number gets...
  3. Replies
    5
    Views
    1,238

    Question about do loops?

    in the case of:




    int low = 10 , high =0

    do
    {
Results 1 to 3 of 3