Question
I am attempting to craft a program using the following parameters: Use a WHILE loop to continue to get input. When the user is finished
I am attempting to craft a program using the following parameters:
"Use a WHILE loop to continue to get input. When the user is finished entering information, display some arithmetic information about what they entered."
I want my program to look like this:
Enter a car brand: Toyota
What model vehicle is it (S)uv, (T)ruck, (C)oupe? S
Do you want to add more (Y/N)? Y
Enter a car brand: Honda
What model vehicle is it (S)uv, (T)ruck, (C)oupe? C
Do you want to add more (Y/N)? Y
Enter a card brand: Ford
What model vehicle is it (S)uv, (T)ruck, (C)oupe? T
Do you want to add more (Y/N)? Y
Enter a car brand: Mazda
What model vehicle is it (S)uv, (T)ruck, (C)oupe? S
Do you want to add more (Y/N)? N
You entered 4 altogether.
There were 2 SUVs.
There were 1 Trucks.
There were 1 Coupes.
Any help would be greatly appreciated!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started