PLEASE FOLLOW ALL DIRECTIONS PROVIDED BY TEACHER
Lab2: Write a class xxxx_StringLab2 (where xxxx is your Kean id), with a main method which does the following: (10 points) 1) Asks the user for first name and then last name (2 separate inputs) 2) Using a Scanner gets the first name and last name 3) Using the methods of String, prints the initials in upper case 4) Generates a password which consists of the following concatenated and in lower case: a. First 3 letters of the last name b. Length of the first name c. First 3 letters of the first name Sample Run: Enter the first name Mary Enter the last name Jones Your initials are: MJ Your password will be jon4mar