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 attached). 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


Also, ensure that the program repeatedly shows the menu until the point when option 3 is selected which terminates the program.


The figure below shows the program in operation when option 1 is selected:<br>Output - ITSDExamVBQn3 (run) x<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) x 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
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here