Question: 2: write a java program } 2) Write a program that take applicant name, age, program name and admission test marks as input for 30
2: write a java program

} 2) Write a program that take applicant name, age, program name and admission test marks as input for 30 applicants. The information of patient should be stored in an Applicant class. The use of vectoriarraylist to store the list of patient is mandatory (penalty of 2 marks to use simple array). The program should perform the following tasks: [C L03- P 3] (m a rks = 5) A. Write an Applicant class to store all the information relevant to applicant as mentioned above. The class shall by capable of displaying the applicant information if its object is printed. Page 1 of 3 Enrollment Number: B. Write another class to maintain list of applicants and sort applicants w.r.t. admission test marks in descending order. (Note: Use of built-in function to sort is not allowed.) C. Write a function to display the applicant's information whose admission test marks are greater than 50, given a vector/arraylist of applicants
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
