Collections questions

String + StringBuilder

Question 1: Student Grade Management System

ABC University wants to analyze student performance across different subjects. The academic department needs a system to process student grades and identify top performers. Create a Java application to help the university manage and analyze student grades.

Assumptions:

Requirements:

Sample Input/Output:

Enter number of students 4 Enter student details John:85:90:78:92:88 Mary:95:87:91:89:93 Sam:78:82:85:80:79 Lisa:95:87:91:89:93 Mary is the topper with average 91.00


Question 2: Movie Theater Seat Allocation System

CinePlex theater chain wants to optimize their seat allocation system. They need to track seat bookings and find the best available seats for groups. Create a Java application to manage seat allocations.

Component Specification: Theater