Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 359 Bytes

CreateUsername-Java-Program💢

This is a java program that generate the username from the email address that the user inputs.

Java Program Steps:

1. First, User input the Email Address.
2. Second, The program output the username from email address.

Logic:

The program breaks from "@" keyword and output the value before "@".