Provide the missing code fragments in the following Java program so that it successfully writes the indicated
/************************************************************** TextWriter.java* Dean & Dean** This writes two lines of text to a text file.*************************************************************/<fragment>public class TextWriter{public static void main(String[] args){String[] churchill ={"Before Alamein we never had a victory.","After Alamein we never had a defeat."};PrintWriter fileOut;try{<fragment>for (String line : churchill){<fragment>}<fragment>}catch (FileNotFoundException e){System.out.println(e.getMessage());}} // end main} // end TextWriter class
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.