Computer Science, asked by hemanthappu80, 3 months ago

Write an algorithm that accepts roll no , name and 5 marks of a student. Calculate sum and average of marks. Then print roll no, name and average of his marks.

(IN PYTHON)

Answers

Answered by YUVILOVE2009
0

Answer:

1. User must enter 5 different values and store it in separate variables. · 2. Then sum up all the five marks and divide by 5 to find the average of the marks. · 3. If the average is greater than 90, “Grade: A” is printed. · 4. · 5 ...

Explanation:

1. User must enter 5 different values and store it in separate variables. · 2. Then sum up all the five marks and divide by 5 to find the average of the marks. · 3. If the average is greater than 90, “Grade: A” is printed. · 4. · 5 ...

Similar questions