Search:

Type: Posts; User: stewart86

Search: Search took 0.07 seconds.

  1. Re: Counting a total and printing value from 2 arrays

    Ok i will make those changes :)

    import java.util.*;

    public class basket
    {
    public static long number=1234567;

    public static int basketNumber[];
    public static double apples[];
  2. Counting a total and printing value from 2 arrays

    Hi Guys!

    This is my first post and i am a complete newbie to Java...

    I am trying to total and print the number of apples in each basket. But when i print it prints each transaction at each...
Results 1 to 2 of 2