I\'m writing a program that writes sets of observations in the form of a String array (from User input) to file. I am able to write an observation to a .txt file and then ad
bw.write(s); bw.write(System.getProperty("line.separator")); bw.flush();