Programming Assignment Part #1:

This programming assignment involves writing two programs. One that creates a file and one that processes the file. This week you are getting part one of the assignment. Next week you will get part two of the assignment.

First Program:

Create a file to take in student information. Your program should display a request for information on the screen and take in the user entered information. The program should have a loop that is ended when the user makes that choice. You are the user and you should enter 10 students into the file when you test your program. The file should be written to the A drive and should have a name like student.dat.
It would be best if you could get this running in a week, but the assignment is not really due for two weeks.

Your file should have the following layout:
Columns used Data for that column
1 - 5 Student Identification Number
6 - 25 Student Name
26 - 27 State
41 - 42 Major
43 - 45 Number of credits earned
46 - 49 GPA (three decimal places)
50 - 56 Loans (two decimal places)