Question: Please help me with this assignment. Ive tried my code a few times but i cant seem to fix the error. 68% + I hear
68% + I hear and I forget, I see, and I remember: I do and I understand. Confucius CPS 2231 - Computer Programming Unit2 Assignment - Methods Overloading . Assume you are working for the Kean University and given a task to build an Email Registration System. Part of your task is to generate a unique Kean email ID and temporary password for every new user. To implement this task, create a complete Java program consisting of the following modules: Main method will prompt the user to provide first name and last name. o Example: Enter first name: Joanne Enter last name: Rowling Main method will call generatefmail) and generatePassword() methods to generate Kean email and its password . . First generateEmail() method will generate a personal Kean email address based on the first name and last name. Such Kean email address consists of the first letter of the first name and the entire last name all in lower case appended with kean.edu Example: Joanne Rowling rowling@kean.edu Second generateEmail() method, that can be used if email, generated by the first method (above) already exists in the system, such Kean email consist of the first letter of the first name, the entire last name and an integer at the end all in lower case appended with Skean.edu. The integer will be provided as a parameter to this method Example: Joanne Rowling Irawing2 keanedu Method generate Password) will generate and return to the caller a Random Integer between 100000 and 999999 to be used as a temporary password . Main method will display the following information on Console: Example: Joanne Rowling Kean email: rowling kean.edu Password: 518876 Earned Rubrics Requirement Proper usage of Scanner to obtain the input Main Methods calls all other methods Proper implementation of tenerateEmail() method Proper Implementation of overloaded generateEmail() method Proper implementation of generatePasswordi) method Resultare displayed in required format Every method has a comment explaining what it does Total Possible 10 10 20 20 20 10 10 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
