Save your file here: .../APCSA_1/apcsa-assignments-YourUsername/homework/19_handling_files/
Longest Word
Write a Java program (LongestWord.java) to find and print the longest word inside "my_text.txt". If there are more than one word with the same lenght, you must print the first longest word.
TwoD
Write a Java script (ReadFile.java) that reads the file "2d.txt", creates a 2D array with that data and prints the 2D array.
Find the txt files here.