A Java library for working with append-only files
-
Updated
Jan 31, 2020 - Java
A Java library for working with append-only files
writing And Reading Objects With Numbers as objects. java 2
Ask user for input of names & scores & write that data to a file, with a name on 1 line & the score on the next; it reads that same data file & prints the data; & it finds the low, high, & average of the scores. After the file has been read, calculate & display the lowest, highest, & average scores
This example shows a simple way to write objects to (and read from) a binary file
WARNING: THIS FILE IS NOT COMPLETE AND HAS MANY ERRORS Ask user for input of names & scores & write that data to a file, with a name on 1 line & the score on the next; it reads that same data file & prints the data; & it finds the low, high, & average of the scores. After the file has been read, calculate & display the lowest, highest, & average…
Add a description, image, and links to the write-to-file topic page so that developers can more easily learn about it.
To associate your repository with the write-to-file topic, visit your repo's landing page and select "manage topics."