Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

please look on the mark scheme as a guide 4. Write a menu driven program to regi

ID: 3883083 • Letter: P

Question


please look on the mark scheme as a guide

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 3 Mark Scheme Criteria Demonstrate use of static Demonstrate use of final Demonstrate use of this Association Encapsulation Comments 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 Comparator Comparable) Random selection of three unique finalist Properly documented Error free program UML Class diagram Marks Attained

Explanation / Answer

Hi guys thanks for asking

StudentRegistration.html

Form Validation

Now you have to create a database store the all data in mysql database so when we are inserting a data in mysql we can use a php

1.insert data using php

Here I have included listing.php file because in this php file I have written the code for listing all the inserted data.

thats it

Thanks