Home /
Expert Answers /
Computer Science /
java-given-the-following-declarations-string-message-34-greetings-34-printwriter-output-new-pr-pa119
(Solved): JAVA
Given the following declarations: String message = "Greetings!"; PrintWriter output = new Pr ...
JAVA
Given the following declarations: String message = "Greetings!"; PrintWriter output = new PrintWriter("myfile.txt"); Write a statement that writes the string referenced by message to the file referenced by output.