Write a c++ program to (1) prompts for the two letter of abbreviation of a state, such as TX (2) use switch-statement to print out the full name of the state, such as Texas. Enclose a previous program which involved if conditions with a while condition such that a user will be able continue the program until the user enters a "Q".

Q&A Education