Search:

Type: Posts; User: Wooth

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    3,965

    [SOLVED] Re: Decision Making Exercise

    Thanks I missed that from when I was trying out different things
    got rid of returns and changed to void
    public static void service()
    {
    // displays menu
    ...
  2. Replies
    8
    Views
    3,965

    [SOLVED] Re: Decision Making Exercise

    Yes sir. It even stops and gives the price when '0' is entered and I got rid of 1 'if' so as to only allow the 3 orders asked for.
  3. Replies
    8
    Views
    3,965

    [SOLVED] Re: Decision Making Exercise

    I think I have it. Could you just give it a glance to double check please.
    import java.util.Scanner;

    public class Coffee
    {
    //fields
    private static int item;
    private...
  4. Replies
    8
    Views
    3,965

    [SOLVED] Re: Decision Making Exercise

    I figure it's somewhere in this part of the code. I would like it to allow re ordering until '0' is pressed but I don't know if I can make that happen without looping. If I can't make that happen do...
  5. Replies
    8
    Views
    3,965

    [SOLVED] Decision Making Exercise

    Ok so I have been at this for 2 days now and even though I know I could probably find the answer online somewhere and copy/paste that won't help me learn it. So, if someone could help me figure out...
  6. Thread: So.....

    by Wooth
    Replies
    1
    Views
    767

    So.....

    I guess I should say hello.

    I'm currently doing a beginners course in Java and am finding some of it hard to grasp. My main problem is with it being a written text book course and I have no one to...
Results 1 to 6 of 6