Email-ID and Password generator in Java

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.

Project Files

Loading...
..
This directory is empty.

Comments (1)

Sayali Dange 2026 years ago

<p>Why this code is not working properly..?</p>

Leave a Comment