By Yash Dnyaneshwar Brahmankar
This Java project is used to generate an Email ID and Password for an employee in a particular job profile.
This Java project can be used by the company to generate an Email ID and password for an employee. The user needs to have entered the First name, Last name, and the department.
The department codes are -
1 for sales
2 for development
3 for accounting
The generated Email ID form is [email protected].
The password is of eight characters, a combination of Uppercase letters, 0-9 numbers, and special characters.
This project contains the function called showInfo(). This function shows the user's First name, Last name, department, Email ID, and Password.
Submitted by Yash Dnyaneshwar Brahmankar (yashbrahmankar)
Download packets of source code on Coders Packet
Comments