I just need this typed up for 5 stars. import java. util. arrayList; public clas
ID: 3661048 • Letter: I
Question
I just need this typed up for 5 stars.
import java. util. arrayList; public class Whittle_Project_Vowel3_R_Us {public static void main(String[] args) {new Whittle_Project_Vowels_R_Us(); } File_Reader MyReader = new File_Reader("vowels. txt"); arrayList FileContent = new arrayList(); public Whittle_Project_Vowels_R_Us() { FileContent = MyReader. Get_Content () ; for (String i : FileContent) { Word_W= new Word(i); System. out. println(i); System. out. println(_W. getPlural()); System. out. println(_W. getSuffix()); System. out. println("***") ; } } }