Question
Write a program in c# language . A-Create a login function to allow the users to login into the application, if the user login successfully
Write a program in c# language .
A-Create a login function to allow the users to login into the application, if the user login successfully the main Menu will show up, use while loop to keep all the functions displayed after each choice.
B-create the classes:
1- Student
- create the "add student function" to add a new student
- create the "edit student function" to edit the selected student
- create the "manage students function" where the user can add, edit, remove a student + display all students data in a neat (nice) view, the user also can search for students with a specific text(name).
- create the "Display students list" where all students are displayed.
- create a function to print a student ( single student) data.
- create a function to display statics ( how many students(all), male students, female students ).
2- Course
- make a function to add a new course.
- make a function to edit the selected course.
- make a function to remove the selected course.
- make a function to manage courses, the user can add, edit and remove a course, allcourses are displayed.
- make a function to print courses in a text file.
3- Score
- create a function to display the average Score by course.
- create a function to print scores in a text file.
- create a function to remove the selected score.
- create a function to manage the student scores.
Note :(add any needed information based on your analysis.)
C-use MS SQL to save the data and to retrieve the data from.
Thanks!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started