Question: Help with #3 please //File containing candy names File f = new File(candy.txt); Scanner sc = new Scanner(f);//Array of candy names String[] candyNames;//Number of names
//File containing candy names File f = new 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.next Line();//Set the array size candyNames = new String[numNanes];//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
