Search:

Type: Posts; User: Junky

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    1,870

    Re: parallel array newbie

    Post new code. When you do wrap it in highlight tags. Read the linkto BB code near the bottom of the page.
  2. Replies
    5
    Views
    1,870

    Re: parallel array newbie

    What if the if statement is false? What value will price have then?
  3. Replies
    5
    Views
    1,870

    Re: parallel array newbie

    String s;
    System.out.println(s);

    What should be displayed? The variable s has not been given a value. You have the same problem in your code.
Results 1 to 3 of 3