Lab 7b-1: Creating a Text File:
Using this program as an example, create a text file that asks you to input your class schedule and save it in a text file named "my_classes.txt". Include a printout of your data (from the notepad) as well as the program print.
Lab 7b-2: Writing Numeric data to a file
Using this program as an example, create a numeric data file that asks you to input your class schedule and save it in a numeric data file named "floats.dat."
Lab 7b-3: Reading Numeric Data from a file
Using the "floats.dat" file you created in the previous example, study and run this program (copy and paste into c++).