Question: Java Script Ask a user to enter first name and last name. ( Allow for mixed case ) Create a random integer from 1 0

Java Script
Ask a user to enter first name and last name. (Allow for mixed case)
Create a random integer from 10-99.
Create the password string that consists of the upper case letter of the last letter of his/her first name, the random number, and the first three letters of his/her last name in lower case.
Use a concat method to the existing string and add four **** values and print the result
Reverse the result of the string and print the result
Hint: Use StringBuilder class method to reverse the string.
Your print out should then include the person's name and new password in the following format:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!