Accepts Registration Number and Name of Students.
Lab 06
Create a windows form application named “Lab 6” that contains a base class that accepts registration number and name of students.
- Design a form that will accept registration number, name, and faculty as input.
- If the student enters SOC as the faculty, then get the marks of Computer Network, Data Structures and Testing.
- If the student enters SOE as the faculty, get the marks for Electronic Circuits, Circuit Analysis and Analog Communication.
- Then calculate the average of the three subjects.
- The output should display the registration number, name.
- Display the details of subject wise marks and the average marks.