Ask Question
7 July, 19:28

Declare a local variable output that is suitable for referring to an object that provides methods for writing to a text file.

+2
Answers (1)
  1. 7 July, 19:49
    0
    We are being asked to declare a variable, thus, we can use "PrintWriter" that is suitable for referring to an object that provides methods for writing to a text file.

    On how to use it, we can define it such as

    Output. printIn = "hi";

    output. close;
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Declare a local variable output that is suitable for referring to an object that provides methods for writing to a text file. ...” in 📗 English if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers