Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

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("***") ; } } }

Explanation / Answer

import java.util.ArrayList; public class Whittle_Project_Vowels_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("***"; } } }