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:...


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.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here