hi i am new to c#programming and i need help on how to create a GPA calculator software application using visual studio. the purpose of this application is to keep track of the grades obtained by a student for the modules he is taking. the application allows student to enter module name,module code,module credit and grade obtained for the module.
the difficult part is how do i allow the application to store all the information entered by the student in a text file,so that student can retrieve all his modules information and display them out.
how do i make the application to store information in a text file? and how can the student retrieve all his module details...what are the codes used for this