the percentage of the three subject in Algorithms
Answers
Answered by
0
Answer:
Calculate sum of all subjects and store in total = eng + phy + chem + math + comp . Divide sum of all subjects by total number of subjectto find average i.e. average = total / 5 .Calculate percentage using percentage = (total / 500) * 100 . Finally, print resultant values total , average and percentage .
Explanation:
Mark as brainiest
Follow me
Similar questions