The window solution should be able to perform the following operations:
- Prepare a login form to verify the admin username and password using array.
- Create a splash screen and about box.
- Design a main form that allows the admin user to insert, update, delete and browse the student records.
- Insert new student record.
- Calculate the discount of the course fees using function procedure.
Every student aged 7 and above will get 10 percent discount at beginner level.
- Update student details by student id.
- Delete student record by student name.
- Browse the fees structure for different level of programmes offered.
- Display a particular member record by:
- student id
- age and gender
- level of programme which student name could be displayed either in ascending or descending order.
- Perform unit testing for the task 2, 5, 6, 7 and 8.
Comments
Leave a comment