Question: please solve fast writw a code in C sharp, You have to create structure in which you have to include enum...it should be static for
1. Create a structure to represent registration number of a student with following parts: Campus (KHR, LHR etc.) - enumerator Session (FA or SP) - enumerator Year (for example: 2021) - enumerator Program (BEE, BCS etc) - enumerator Roll Number (Positive number) Structure should be displayed on console as following: MUST/SP21-BEE-001/LHR Structure should display email as following: SP21-BEE-001@must.edu.pk If no information is provided while making new registration, then student with following details should be created (otherwise with the provided details): - MUST/SP21-BEE-001/LHR Structure should contain following functions as well: Add Student Update Student Delete Student Display student details (e.g., Name, Registration number, Email, Gender etc.) 2. In the beginning, program should ask from user about total number of students and create an array according to the given number. After that all remaining activities should be performed on the given collection. Repeat step 2 for a dynamic data structure as well Note: Proper exception handling should be employed (e.g. Handle all appropriate exceptions) . If any activity from the above list is not implementable then provide proper justification
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
