Search:

Type: Posts; User: brianp56

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    702

    Re: Seeking Guidance On my beginner code

    public class BeersOnTheWall {

    //Print statement for countdown
    public static void beersOnWall(int OGbeers) {
    System.out.println(OGbeers+" bottles of beer on the wall,");...
  2. Replies
    5
    Views
    702

    Re: Seeking Guidance On my beginner code

    the loop starts at the if statement, in my head the way i see it working is that it will test if OGbeers is higher than 0 if so it will print the statement in beersOnWall and then minus one from...
  3. Replies
    5
    Views
    702

    Seeking Guidance On my beginner code

    hello I am doing this excercise from my book and my code keeps ending up in a never ending loop and I can not figure out why.
    I know the right answer to the assignment, but I was wondering if my way...
Results 1 to 3 of 3