I have a table of data, which is read from an input file; the code ignores the 1st 2 lines of the input file, "input.txt" [explanatory header text], then processes the numerical data and writed results to an output file. Do i need to specify that binary data is being written to have meaningful results in my output file? or will i get meaningful results, with my text data?