Search:

Type: Posts; User: maximus20895

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,229

    Re: Help with the While in the Do-While

    Yes, it all makes sense. I appreciate it :)
  2. Replies
    5
    Views
    2,229

    Re: Help with the While in the Do-While

    Okay, so I just played around with it and this is what I got and it seemed to work.



    package practice;
    //imports
    import java.util.Scanner;


    public class DoWhile {
  3. Replies
    5
    Views
    2,229

    Re: Help with the While in the Do-While

    Ah, that makes sense. So would I have to change the do or what?

    How would I declare the variable before the do-while loop?

    I just copied what my teacher did haha.
  4. Replies
    5
    Views
    2,229

    Help with the While in the Do-While

    I have tried over and over again, but I can't seem to get this; especially with the while at the end. I think the problem is the "guess" right after the while, but I don't know. Any help would be...
Results 1 to 4 of 4