Java problem
Hi, im currently doing java programming at school and im trying to pass an array to another class, along with other information for a project.
PetrolSales bowser1 = new PetrolSales(bowser, litres, sale, petrolPrice[bowser]);
I keep on getting an "cannot resolve symbol"
and i have double checked that all the other varibles are exactly the same.
Is there anyway in which i can pass the array and other varibles to the other class??
Cheers


