Marks Grades Points
80-100 A 5.0
75-79 B+ 4.5
70-74.9 B 4.0
65-69.9 B- 3.5
60-64.9 C+ 3.0
55-59.9 C 2.5
50-54.9 C- 2.0
10.49.9 F 0.5
0-9.9 F- 0
Data will be read from a MySQL database and processed by a PHP code. Develop the php code for the processing task only. The code should include a function with arguments: Student No, Student Name, and Marks.
The code for that grading system should generate an output with this format.
Student No. Name Marks Grade Points
U/004 Kato R 68 B- 3.5
U/037 George P 75 B+ 4.5
I kindly request any one to help me and write for me the code to this problem.
Thanks very much.