hi im trying to input values from a txt file gn.txt into an array guestNumber
this is my code so far



Scanner cc = new Scanner( new File("CC.txt") );
Scanner sn = new Scanner(...