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
How can I delete a file?
What is "Duff's Device"?
What is the best way of making my program efficient?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What is a stream in c programming?
which one is better structure or union?(other than the space occupied )
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
i want to know the procedure of qualcomm for getting a job through offcampus
write a program to count the no of repaeted words in a line?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?