Computer Science, asked by Pcavuilati, 8 months ago

. 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 yvjlakshmi24
0

Answer:

hey mate I don't know your answer sorry for that

Answered by yogeshparashar452
0

Answer:

i think your question is wrong

Similar questions