Search:

Type: Posts; User: Imeerie

Search: Search took 0.16 seconds.

  1. Replies
    2
    Views
    4,207

    [SOLVED] Re: Program Skips the final if statement.

    Thanks once again! worked like a charm.
  2. Replies
    2
    Views
    4,207

    [SOLVED] Program Skips the final if statement.

    So the program skips the final if statement, which is causing the program to set the coffee to the base price instead of prompting for another try if the value isn't in the array.





    import...
  3. Replies
    4
    Views
    1,408

    [SOLVED] Re: I'm unsure of what is wrong with this code

    sorry for the misunderstanding, what i meant was that declaring the variable in the for loop is how i have seen people doing it, only that the class i'm taking will count my answer wrong if i do that...
  4. Replies
    4
    Views
    1,408

    [SOLVED] Re: I'm unsure of what is wrong with this code

    Line 60 is

    System.out.println(averages[i]);

    i am not sure what is wrong with it.


    so far as declaring i inside the loop, i have noticed that is how everyone shows it in tutorial videos but...
  5. Replies
    4
    Views
    1,408

    [SOLVED] I'm unsure of what is wrong with this code

    I have some homework and thought that i got it correct. but when i compile i get the below error. it shows up after i enter my 8 numbers. Also fair warning, i'm not sure why some of the lines aren't...
  6. Replies
    5
    Views
    1,885

    [SOLVED] Re: Help with Java homework

    Awesome, got it compiled and ran it with the correct results. just had to change input into the s. Thank you!
  7. Replies
    5
    Views
    1,885

    [SOLVED] Re: Help with Java homework

    Thanks for the quick response and the formatting information!
  8. Replies
    5
    Views
    1,885

    [SOLVED] Help with Java homework

    I am having some trouble with my programming fundamentals class lab. I am getting errors and i can't figure out what is wrong. I'm not sure what the proper etiquette is for posting code so i am sorry...
Results 1 to 8 of 8