Use c++language Use the pseudocode description below to write a
program that uses an if, else if, else decision structure for a
program that will determine if someone lives in Boston. 1. display
message that describes what the program will do. 2. ask the user to
input an answer to the question: Do you live in Boston?. 3. if they
entered 'y', display a message confirming that they live in Boston.
4. if they entered 'n' , display a message...