Computer Science, asked by nostrokegaming1234, 5 months ago

Write an algorithm to enter marks of five subjects and calculate total, average and percentage. Also draw a flowchart based on it.
draw flowchart!!​

Answers

Answered by khushikhatun753
2

Answer:

a=bq+r , this is euclids division algorithm , I hope this will help you

Answered by nandani162004
2

Answer:

Write a C program to input marks of five subjects of a student and calculate total, average and percentage of all subjects. How to calculate total, average and percentage in C programming. Logic to find total, average and percentage in C program.

Example

Input

Enter marks of five subjects: 95 76 85 90 89

Output

Total = 435

Average = 87

Percentage = 87.00

hope this will help you

Similar questions