Computer Science, asked by 2028jenilb, 3 months ago

the percentage of the three subject in Algorithms​

Answers

Answered by supriya1977s
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