Search:

Type: Posts; User: kenster421

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,561

    Re: DoubleQuadruple

    Look closely at my last post, you'll notice a difference in the psuedo-code I have given from the code you have in the above quote. Determine if you want 0 through 10 all inclusive or 0 to 10 (not...
  2. Replies
    7
    Views
    1,561

    Re: DoubleQuadruple

    While the counter is less than 10:

    double the counter and store it in another variable
    quadruple the counter and store that in another variable
    print the info
    increment the counter by 1
  3. Replies
    7
    Views
    1,561

    Re: DoubleQuadruple

    This link: The while and do-while Statements (The Java™ Tutorials > Learning the Java Language > Language Basics) will teach you the basics of a while loop.
Results 1 to 3 of 3