Write an c++ application that prompts for and accepts a users full name and street address and then 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. Your application must compile, and must correctly process the inputted full name and street address and output the correct userID. It must also ensure that the userID is all upper case and that that userID is outputted to the console.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here