Question: Help me with the missing statement in the for loop //File containing candy names File f = now File(candy.txt); Scanner sc = new Scanner(f);//Array of
//File containing candy names File f = now File("candy.txt"); Scanner sc = new Scanner(f);//Array of candy names String[] candyNames;//Number of names int numNames = sc.nextInt();//Move to the next line sc.nextLine();//Set the array size candyNames = new String[numNames];//Read each line and copy to array element for (int i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
