may you check if my answer is correct | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

may you check if my answer is correct

Design an algorithm to find the weighted average of 4 test scores before the scores and their respective weights are given in the following format : testScore weightTestScore .................................................................. What I understood is that : 1. Start 2. Enter weight 1 = x 3. Enter weight 2 = y 4. Enter weight 3 = z 5. Enter weight 4 = a 6. weightTestAverage = ( testScore) / 4 7. Enter average 8. End ______________________________________

29th Oct 2020, 10:18 AM
Seraphina
Seraphina - avatar
3 Answers
0
Can you please elaborate more on the terms you used ( wi and si )
29th Oct 2020, 10:49 AM
Seraphina
Seraphina - avatar
0
n does the - testScore is S - weightTestScore is W
29th Oct 2020, 10:52 AM
Seraphina
Seraphina - avatar
0
Ohhhh I seee 👍🏻✨✨ Thank uuuu
29th Oct 2020, 11:23 AM
Seraphina
Seraphina - avatar