Search:

Type: Posts; User: Darkaudicate

Search: Search took 0.08 seconds.

  1. New to Java, need help with arrays inside a loop please!

    I'm coding a program that will take the prices entered by a user at a store and display them back within the program, so far I've completed the entire program except the part that takes the users...
  2. Re: New to Java, need help with arrays inside a loop please!

    My problem is looping through the array at the end and printing it out.

    The array I created is : ArrayList <Double> costList = new ArrayList<Double>(15);
    double []...
  3. New to Java, need help with arrays inside a loop please!

    I'm coding a program that will take the prices entered by a user at a store and display them back within the program, so far I've completed the entire program except the part that takes the users...
Results 1 to 3 of 3