generates a report of student grades, on 3 programing languages

Job ID: 32094589

Budget: $10 – $30 USD

Write a program (3 versions: C, Python and PHP) that generates a report of student
grades. The program firstly reads from the user the number of students in a class. Then,
iteratively it reads student information (Name and grade). After that, it will display a report of
student ID, student name, and result based on the following table:
Student Grade Displayed result
>= 90 Excellent
70=<grade<90 Good
60=<grade<70 Pass
Grade < 60 Failed
Finally, the program should display the number of passed students (with a grade >= 60)
and the number of failed students (with a grade < 60).
Related categories: PHP C Programming Python C++ Programming Programming