liill Al Yamamah University College of Engineering and Architecture Computer Engineering Department ACADEMIC YEAR: 2021-
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
liill Al Yamamah University College of Engineering and Architecture Computer Engineering Department ACADEMIC YEAR: 2021-
Question Number Max Grade Q1 Total Student Grade CLO 10 1.2 10 Q1) Create a program that do the following: 1. Asks the user to enter n marks for n students, read the marks and the names and store them in a double linked list. 2. Write a method to find the smallest mark and print the name of the student having that mark. 3. Write a method to print the content of the list (name, mark). 4. Write a method to search the list for a given mark and prints the result. 6. Insert 2 new students to the list (print the list before and after the insertion). 7. Delete any students with the first letter "A" in his name, (print the list before and after the deletion). Submit java files only.
liill Al Yamamah University College of Engineering and Architecture Computer Engineering Department ACADEMIC YEAR: 2021-22 SPRING SEMESTER COURSE: DATA STRUCTURES CIS202 ASSIGNMENT