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:
StudentName:Subject1Grade:Subject2Grade:Subject3Grade:Subject4Grade:Subject5Grade
Requirements:
<numberOfStudents>
is insufficient data" and terminate<studentName>
is the topper with average <average>
"System.out.printf("%.2f", average)
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
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