void closeOutput(PrintWriter pw)
Closes a PrintWriter that was previously opened by newOutput(). It is not necessary to close each opened file if the cleanup() method is called.
void closeOutput(PrintWriter pw)
Closes a PrintWriter that was previously opened by newOutput(). It is not necessary to close each opened file if the cleanup() method is called.