.Write a program to input the marks of computer science of 20 students using loop and perform the following
1. Average marks of the students securing marks above 90
2. Number of students securing below 40
Answers
Answered by
0
Answer:
Allow users to enter five different marks for five subjects. Sum all subjects marks using the arithmetic operator. Calculate average using this formula average = total / 5 . And calculate percentage using this formula: percentage = (total / 500) * 100
please make me Brainlist and also like me
Similar questions