Question: Write an application called NameApp that prompts for and reads the users first and last name (separately). Then print a string composed of the first
Write an application called NameApp that prompts for and reads the users first and last name (separately). Then print a string composed of the first letter of the users first name, followed by the first five characters of the users last name, followed by a random integer in the range 10 to 99.
Assume that the last name is at least five letters long. Similar algorithms are sometimes used to generate usernames for a new computer accounts.(java)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
