Study the scenario and complete the question(s) that follow:
Codex Registration SystemCodex 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 assistthem in developing this application.
Develop a Java programusing 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 andsearchDetails() 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 namedregistrants.txt
Also, ensure that the program repeatedly shows the menu until the point when option 3 is selected which terminates the program.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here