#Final-Project
#This project is about the student result data for a semester. #Data is stored in a Structure.
#Basic code in C++. It has 3 parts. #1. Create nested Arrays of data that contain the student's name, father's name, and an array of marks in 5 subjects. #2. access all data in an array using structure. #3. In the main you can get topper data, #4. You can get all student data, #5. You can get specific student data by using its number.