Declare a local variable output that is suitable for referring to an object that provides methods for writing to a text file.
LANGUAGE: JAVA
CHALLENGE:
Declare a local variable output that is suitable for referring to an object that provides methods for writing to a text file.
SOLUTION:
PrintWriter output;