Mozilla-Campus-Club-Cummins / CompetitiveProgramming-HacktoberFest23

1 stars 25 forks source link

Student Record Management in C #9 #60

Closed sharwaritijare closed 8 months ago

sharwaritijare commented 8 months ago

9

This code manages student records by defining structure 'student' to store details of students such as their name, roll number and marks. The program is menu driven hence prompts the user to choose from menu to perform actions based on users choice. It allows you to manage and query student records, including inputting data , searching for specific students and displaying students with certain criteria.