writing to a file
Create an array of 100 doubles with values between 10 and 75. Then write all 100 values to a file called “data1.txtâ€, in tabular form, ten values across in each row. Include in your file, a comment at the front, that says “Start of data†and one at the end that says, “End of dataâ€. […]
