use c code to develop a program that gets prices of a bottled water in 12 different cities of Canada and reports the following 1- the most expensive price 2- the cheapest price 3- the average price 4- number of cities in which the price is larger than the average 5- number of cities in which the price is smaller than the average     Example: If the prices are 1.50 1.60 1.45 1.10 1.50 1.55 1.60 1.70 1.35 1.45 1.25 1.35   The report should say   Cheapest: 1.10 Most expensive: 1.70 Average: 1.45 Cities higher than average: 6 Cities less than average: 4 Hint the answer need include output and use c code to answer

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.3: Nested If Statements
Problem 7E
icon
Related questions
Question

use c code to develop a program that gets prices of a bottled water in 12 different cities of Canada and reports the following

1- the most expensive price

2- the cheapest price

3- the average price

4- number of cities in which the price is larger than the average

5- number of cities in which the price is smaller than the average

 

 

Example:

If the prices are

1.50 1.60 1.45 1.10 1.50 1.55 1.60 1.70 1.35 1.45 1.25 1.35

 

The report should say

 

Cheapest: 1.10

Most expensive: 1.70

Average: 1.45

Cities higher than average: 6

Cities less than average: 4

Hint the answer need include output and use c code to answer

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Returning value from Function
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