Write a program that asks the user to enter the number of cars their family have. Then, your program should ask the user to enter the price for each car. At the end of the input process, your program should compute and display the total price of all cars. Note: you must use a loop to solve this problem correctly. The following are sample runs. write by Python programing Enter the number of cars at home: 2 Enter the price of car: 50000 Enter the price of car: 160000 The total price of all cars = 210000 SR Enter the number of cars at home: 4 Enter the price of car: 40000 Enter the price of car: 28000 Enter the price of car: 66000 Enter the price of car: 54000 The total price of all cars = 188000 SR

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 13E
icon
Related questions
Question
Write a program that asks the user to enter the number of cars their family have. Then, your
program should ask the user to enter the price for each car. At the end of the input process, your
program should compute and display the total price of all cars.
Note: you must use a loop to solve this problem correctly.
The following are sample runs. write by Python programing
-
Enter the number of cars at home: 2 <enter>
Enter the price of car: 50000 <enter>
Enter the price of car: 160000 <enter>
The total price of all cars = 210000 SR
Enter the number of cars at home: 4 <enter>
Enter the price of car: 40000 <enter>
Enter the price of car:
28000 <enter>
Enter the
price of car:
66000 <enter>
Enter the price of car: 54000 <enter>
The total price of all cars = 188000 SR
Transcribed Image Text:Write a program that asks the user to enter the number of cars their family have. Then, your program should ask the user to enter the price for each car. At the end of the input process, your program should compute and display the total price of all cars. Note: you must use a loop to solve this problem correctly. The following are sample runs. write by Python programing - Enter the number of cars at home: 2 <enter> Enter the price of car: 50000 <enter> Enter the price of car: 160000 <enter> The total price of all cars = 210000 SR Enter the number of cars at home: 4 <enter> Enter the price of car: 40000 <enter> Enter the price of car: 28000 <enter> Enter the price of car: 66000 <enter> Enter the price of car: 54000 <enter> The total price of all cars = 188000 SR
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Basics of loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning