Computer Science, asked by kartiky65432, 5 months ago


Write the algorithm to find the average of the marks scored by a student in three subjects.

Answers

Answered by metashafurtado67
1

Explanation:

Take in the marks of 5 subjects from the user and store it in different variables.

2. Find the average of the marks.

3. Use an else condition to decide the grade based on the average of the marks.

4. Exit.

Similar questions