Question: C++ Visual Studio Coding When I started to collect comics (~8 years old), my dad impressed the 2 most important concepts when collecting anything: 1)
C++ Visual Studio Coding
When I started to collect comics (~8 years old), my dad impressed the 2 most important concepts when collecting anything:
1) The desirably of the item
2) The condition it is in
I want you to give the user the option to choose 4 different things of the same category; car models, comic book issues, etc.
I want you to ask the user for the condition of the item (tell them to choose a # between 1 & 3)
Then I want you to write a switch statement, that'll check against whatever choice of item the user makes.
While you're in the switch statement, I want to check the condition they entered.
Based on the item selected, and the condition, a unique output containing the value of the item should be displayed.
He also said to swap your switches and your if's
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
