Question: Create a program to feature the following: 1. Input, store, and display 2. All user input using JOptionPane. registration/attendance data. 3. Attendee details: Subject,
Create a program to feature the following: 1. Input, store, and display 2. All user input using JOptionPane. registration/attendance data. 3. Attendee details: Subject, Section, ID Number, Name, Gender, Course, Year 4. User cannot proceed if no entry (empty) or not "Y" or "N" when asked whether to add attendees and must try again. 5. The program must be able to register up to 100 people. 6. Display the complete attendance list with all the details when done using normal text output display console. Entries must be arranged with attendee details heading on top each column. Hint: You may use \t to add tabs in the display, arraylist.size and arraylist.get functions to help complete the program
Step by Step Solution
3.39 Rating (158 Votes )
There are 3 Steps involved in it
Heres a Java program that fulfills your requirements using JOptionPane for user input and displays t... View full answer
Get step-by-step solutions from verified subject matter experts
