Hi, im new to java and have no idea how to start. Basically, my program has to be able to read 7 numbers in each row, from a text file and then count how many match of them from each row match the "Winning numbers". For example if the seven winning numbers are 1,2,3,4,5,6,7 and the numbers in one row of file are 2,9,20,1,4,6,10 - then it has to be able to recognise that only 4 numbers match the winning ones. I know that a scanner and maybe array has to be used