Computer Science, asked by rajstar34, 3 months ago

write down the algorithm to accept marks in five subjects. Calculate and print out the total and average.​

Answers

Answered by samrita84
1

Answer:

Logic to find total, average and percentage. Input marks of five subjects. Calculate sum of all subjects and store in total = eng + phy + chem + math + comp . Divide sum of all subjects by total number of subject to find average i.e. average = total / 5 . Calculate percentage using percentage = (total / 500) * 100 .

Answered by itstahsinfatima
7

Answer:

QUESTION:

write down the algorithm to accept marks in five subjects. Calculate and print out the total and average.

ANSWER:

See the above image

I don't know answer

Explanation:

How r u?????

Attachments:
Similar questions