posted 4 years ago
Q: Ask the user to input N student record (maximum of 20 records) with their id, name, course and year. Write a program to create an array try to perform the following operations. A. Search students by id B. Search by course C. Delete by id Allow the user to perform operations a to c as often as possible. (Use Switch Case)
LINE WHICH ERROR IS THERE IS SHOWN BELOW
Ans: