Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions?

2

2 Answers

karuna krishna Profile
karuna krishna answered
Problem :to find a number of student who got more than 50%
output: Number of student who got more than 50%
input: X= marks entered
    begin
    insert x
    x>50%
  compare the marks of student and 50%
  display the number of student with marks greater than 50%
end.
Moses Herman Profile
Moses Herman answered
By using pseudo code
problem :to find a number of student who got more than 50%
output: Number of student who got more than 50%
input: X= marks entered
    begin
    insert x
    x>50%
  compare the marks of student and 50%
  display the number of student with marks greater than 50%
end.

Answer Question

Anonymous