Lab Visual Programming - 8
Lab Visual Programming - 8
1
Part 2: Files read, write, append
1. Create a file using CreateText object and write into the file the student grades as
follows:
Mid: 25
Project: 20
Final: 44
2. Fill all the information in the form and upload grades from the file created already.
Then, show the grades in the list box.
Hint: use OpenText
3. Save all information into a new file (studentInfo).