Question: User ID: Let user input first name, last name and birth year, write a program to create a user ID with first initial followed by
User ID: Let user input first name, last name and birth year, write a program to create a user ID with first initial followed by the first three letters of last name and last 2 digits of the birth year. Make sure to have a string variable declared for use ID only and print this string variable.
Example: John Smith, 1978. ID: jsmi78 (all lower cases).
All in java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
