public static void getLaptopDetails(String[] laptopMakes,double[] laptopPrices, int size) { for (int i=0 ;i < size; i++) { System.out.println("Please enter the make for laptop " + i); laptopMakes[i] = Keyboard.readString(); } }
String[] = Keyboard.readString();
Giblet wrote: » To be honest Hobbes, he was very close.
Hobbes wrote: » DIT is it?