Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions