Search:

Type: Posts; User: NewAtJava

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    1,566

    Re: DoubleQuadruple

    the while loop variable I initiated was numberCounter=0;
    so then I put while( numberCounter<=10){
    doubled=numberCounter*2;
    quadrupled=numberCounter*4;
    then the system out statements...
  2. Replies
    7
    Views
    1,566

    Re: DoubleQuadruple

    in the course im taking they go through the while loops but in this particular problem they want you to use what they have given you not with what i can come up with. and so my problem is figuring...
  3. Replies
    7
    Views
    1,566

    Re: DoubleQuadruple

    the while loop variable I initiated was numberCounter=0;
    so then I put while( numberCounter<=10){
    doubled=numberCounter*2;
    quadrupled=numberCounter*4;
    then the system out statements ...
  4. Replies
    7
    Views
    1,566

    DoubleQuadruple

    I dont know how to write this code I am new to Java and one of the labs is: write a counter-controlled while loop that uses the loop control variable to take on the values 0 through 10 Remember to...
Results 1 to 4 of 4