Fop Project
Fop Project
Fop Project
Name (string)
2. Main Function:
In the main function, create an array of "Student" objects to store multiple students' data.
Add a new student and input their details (name, roll number, and marks for each subject).
Implement functions to save student data to a text file and load data from the text file.
When saving to the text file, store each student's information on a separate line with appropriate
delimiters to distinguish between fields (e.g., name, roll number, and marks).
You can add more features to enhance the project, such as searching for a student based on name or roll
number, displaying the highest/lowest marks, etc.
yaml
Copy code
7. Exit
Science: 78
English: 92
Marks:
Maths: 85
Science: 78
English: 92
Remember, this is just a basic outline, and you can add more complexity and features to make it even
more engaging and practical. Happy codind.