If the equation is this:
String name; Scanner inputFile = new Scanner(new FileReader("dogNames.txt")); PrintWriter outputFile = new PrintWriter("doggoneData.txt");
insert code here
inputFile.close(); outputFile.close();
I think it is along the lines of includingbut I am unsure of how to write the correct answer. Can someone help me?name = "Tippy"; outputFile.write(name); outputFile.println();