Write cpp program and Calculate the weighted average of a list of n numbers. (Use function) Use formula: x_avg=f,x, + f2x2 + f2X3 ....+fnXn Where fnare the fractional weighting factors, i.e. Os fn <1 Find the values of n, fn and xn from the user and calculate x_avg.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.2: Returning A Single Value
Problem 1E
icon
Related questions
Question

p.s :see image for question.

Write cpp program and Calculate the weighted average of a list of n numbers. (Use function)
Use formula: x_avg=f,x1+ f2x2 + f2X3 ....+fn Xn
Where fnare the fractional weighting factors, i.e. OS fn < 1
Find the values of n, fnand Xn from the user and calculate x_avg.
Transcribed Image Text:Write cpp program and Calculate the weighted average of a list of n numbers. (Use function) Use formula: x_avg=f,x1+ f2x2 + f2X3 ....+fn Xn Where fnare the fractional weighting factors, i.e. OS fn < 1 Find the values of n, fnand Xn from the user and calculate x_avg.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Rendering
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