Calculate the weighted average of a list of n numbers using
the formula
xavg = f1x1+f2x2+ ….+ fnxn
where the f’s are fractional weighting factors, i.e.,
0<=fi<1, and f1+f2+….+fn = 1
No Answer is Posted For this Question
Be the First to Post Answer
Why cant I open a file by its explicit path?
What are the languages are portable and platform independent?Why they are like that?
Write a program to find factorial of a number using recursive function.
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
What is line in c preprocessor?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
how to reverse string "Hello World" by using pointers only. Without any temp var
What is atoi and atof in c?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
Why do we use return in c?
Why is structure padding done in c?
What is methods in c?