I need help with a java code with only one method toread this text file with the contents of:
Fred Blue 20
Harry Blue 35
Tony White 43
Hilda Blue 92
Paul White 34
Tom White 20
There are two bowling team, blue and white. The outputshould be the following that print the winning team and the playersand the individual scores from different arrays.
Step 1 // connect the input file object to bowling.txt This hasbeen provided for you in the start up file.
OR
OR