CSC1020 Homework 2

Overview

We are going to write a program that will write the same data in three different ways: by writing the data as text, by writing the data as individual data types, and by writing the data as a single Object. To verify that we successfully stored the data, we will then read all three files back into memory and print out the values. The three values we will work with are:

57
4.876
I am Mr. Data

Details

57 4.876 I am Mr. Data
57 4.876 I am Mr. Data
57 4.876 I am Mr. Data

UML

UML