In my online computer science class I have to write a program to determine the surface gravity on each planet in the solar system. I have gotten almost every aspect of it to
Do this in order to create a PrinterWriter working with a FileWriter in append mode:
PrinterWriter
FileWriter
PrintWriter outFile = new PrintWriter(new FileWriter("planetaryData.txt", true));