. Suppose you want to compute a weighted average of assignment test
and labs marks. The assignment mark accounts for 50%, the test
mark for 30% and the lab mark for 20% of the final mark. Which
arithmetic expression will compute the final mark?
A. int final = (assignment + test + lab)/3
B. int final = (assignment + test + lab)/3.0
C. int final = (0.5*assignment + 0.3* test + 0.2*lab)
D. int final = (assignment/50 + test/30 + lab/20)
Answers
Answered by
0
Answer:
hey mate I don't know your answer sorry for that
Answered by
0
Answer:
i think your question is wrong
Similar questions
Math,
5 months ago
Social Sciences,
5 months ago
Math,
10 months ago
Math,
1 year ago
Chemistry,
1 year ago