Design an algorithm to find the weighted average of six test scores
· Design an algorithm to find the weighted average of six test scores and the weighted average of six assignment scores and then get the master average between the two weighted averages.
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper NowThe six test scores and their respective weights are given in the following format:
· 75 0.10
· 95 0.20
· 85 0.25
· 55 0.25
· 65 0.10
· 70 0.10
The six assignment scores and their respective weights are given in the following format:
· 55 0.05
· 65 0.10
· 65 0.15
· 60 0.25
· 55 0.25
· 50 0.20
Please send me the source code you designed.