Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In the question below please show a uml diagram for this program 4. Write a menu driven program to register students for a CIS competition.
In the question below please show a uml diagram for this program
4. Write a menu driven program to register students for a CIS competition. The program must be able to register at least 10 competitors. Registration details for competitors includes Student Identification Number, Name, Date of Birth, Gender, Address. An address must have the following attributes Street, City and Parish. After the students are registered for the competition the computer will randomly select three unique competitors for the national finals. Neatly Display the selected competitors details in one dialog box. Note: The school name cannot change, however the phone number and email address for the school can change but they are common for all competitors. ArrayList must not be used! [62 marks] Competitors minimum allowable age is 18 Print a All competitors sorted in ascending order by last name. Print unique list of randomly selected finalist Mark Scheme Marks Attained Criteria Demonstrate use of static Demonstrate use of final Demonstrate use of this Encapsulation Java naming convention User define method to calculate age precisely Overloading - (Constructor and Method) Sort selected students in ascending order by last name. Hint (Use 10 Random selection of three unique finalist Properly documented Error free program UML Class diagram 13 12
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started