Question: Write an application that prompts a user for a full name and street address and constructs an ID from the users initials and numeric part
Write an application that prompts a user for a full name and street address and constructs an ID from the user’s initials and numeric part of the address. For example, the user William Henry Harrison who lives at 34 Elm would have an ID of WHH34, whereas user Addison Mitchell who lives at 1778 Monroe would have an ID of AM1778. Save the file as ConstructID.java.
Step by Step Solution
3.36 Rating (174 Votes )
There are 3 Steps involved in it
import javaxswing public class ConstructID public static void mainStr... View full answer
Get step-by-step solutions from verified subject matter experts
