Question: write a program that first defines three string objects called firstName, middleName, and lastName which contains your own first, middle and last name separately. If
write a program that first defines three string objects called firstName, middleName, and lastName which contains your own first, middle and last name separately. If you do not have middle name, then make up one. Then try to generate a new user name for you by using your first letter of your first name(captilized), first letter of you middle name (Captilized), plus all letters in your last name, add a random number between (1 to 100) to the your new user name. Here is an exampl: Name: John blake adams then the user name generated by your program coulde be: JBadams23
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
