Study the scenario and complete the question(s) that follow: Codex Registration System Codex is a new an up and coming software development company. They recently started offering programming language...


Study the scenario and complete the question(s) that follow: Codex Registration System Codex is a new an up and coming software development company. They recently started offering programming language training programmes to willing participants. They currently offer three programming language training programmes. These are namely training programmes in Java, C# and C++. The Codex management team need an application that will be used by prospective applicants to register for one of their training programmes. They have contacted you as a Java developer to assist them in developing this application.


Develop a Java program using NetBeans for Codex. Your program should initially display a menu to the user. The menu should have three options, namely (1) Register for a Training Programme (2) Check Registration details (3) Exit Program (see Figure 3 below). The program should make use of two functions, registerApplicant() for registering a new applicant and searchDetails() for searching the registrant details. The registerApplicant() function should accept four lines of arguments namely: the registrant’s name, the registrant’s surname, the registrant’s ID number and training programme. It should then write these details to a text file. To write to the text file or retrieve the product details from the text file, you must have a text file to which you write and store the registrant details. Your text file should be named registrants.txt.


The figure below shows the program in operation when option 1 is selected:<br>Output - ITSDExamVBQn3 (run)<br>run:<br>Welcome to the Codex registration System.<br>Please select an option<br>1 Register for a Training Programme<br>2 Check Registration Details<br>3 Exit Program<br>1<br>Input Your Name: Sheunesu<br>Input Your Surname: Makura<br>Input your ID: 56789<br>Input the training program: Java<br>Congratulations! You have registered for the Java Training Programme<br>Welcome to the Codex registration System.<br>Please select an option<br>1 Register for a Training Programme<br>2 Check Registration Details<br>3 Exit Program<br>1<br>Input Your Name: Thando<br>Input Your Surname: Mandela<br>Input your ID: 98765<br>Input the training program: C++<br>Congratulations! You have registered for the C++ Training Programme<br>Welcome to the Codex registration System.<br>Please select an option<br>1 Register for a Training Programme<br>2 Check Registration Details<br>3 Exit Program<br>Figure 3 - Codex Application in operation<br>

Extracted text: The figure below shows the program in operation when option 1 is selected: Output - ITSDExamVBQn3 (run) run: Welcome to the Codex registration System. Please select an option 1 Register for a Training Programme 2 Check Registration Details 3 Exit Program 1 Input Your Name: Sheunesu Input Your Surname: Makura Input your ID: 56789 Input the training program: Java Congratulations! You have registered for the Java Training Programme Welcome to the Codex registration System. Please select an option 1 Register for a Training Programme 2 Check Registration Details 3 Exit Program 1 Input Your Name: Thando Input Your Surname: Mandela Input your ID: 98765 Input the training program: C++ Congratulations! You have registered for the C++ Training Programme Welcome to the Codex registration System. Please select an option 1 Register for a Training Programme 2 Check Registration Details 3 Exit Program Figure 3 - Codex Application in operation
The figure below shows the program in operation when option 2 and 3 are selected:<br>Output - ITSDExamVBQn3 (run) X<br>Welcome to the Codex registration System.<br>Please select an option<br>DD<br>1 Register for a Training Programme<br>2 Check Registration Details<br>3 Exit Program<br>Input your ID Number: 56789<br>Great News. Your registration de<br>ails<br>en found!<br>Sheunesu Makura 56789 Java<br>Welcome to the Codex registration System.<br>Please select an option<br>1 Register for a Training Programme<br>2 Check Registration Details<br>3 Exit Program<br>3<br>Thank you for using our system, Good bye<br>BUILD SUCCESSFUL (total time: 2 minutes 43 seconds)<br>Figure<br>- When searching registration details and exiting<br>Also, ensure that the program repeatedly shows the menu until the point when option 3 is<br>selected which terminates the program.<br>

Extracted text: The figure below shows the program in operation when option 2 and 3 are selected: Output - ITSDExamVBQn3 (run) X Welcome to the Codex registration System. Please select an option DD 1 Register for a Training Programme 2 Check Registration Details 3 Exit Program Input your ID Number: 56789 Great News. Your registration de ails en found! Sheunesu Makura 56789 Java Welcome to the Codex registration System. Please select an option 1 Register for a Training Programme 2 Check Registration Details 3 Exit Program 3 Thank you for using our system, Good bye BUILD SUCCESSFUL (total time: 2 minutes 43 seconds) Figure - When searching registration details and exiting Also, ensure that the program repeatedly shows the menu until the point when option 3 is selected which terminates the program.
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here