Question: Write a method called doubleSpace that accepts a Scanner for an input file and a PrintStream for an output file as its parameters, writing into
Write a method called doubleSpace that accepts a Scanner for an input file and a PrintStream for an output file as its parameters, writing into the output file a double-spaced version of the text in the input file. You can achieve this task by inserting a blank line between each line of output.
Step by Step Solution
3.51 Rating (171 Votes )
There are 3 Steps involved in it
public static void doubleSpace Scanner in PrintStream out while inhasNext... View full answer
Get step-by-step solutions from verified subject matter experts
