Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 305 Bytes

Question:

Design a PHP program to capture name, registration number, course work out of 100, exam mark out of 100, and the program output:

  • Final Score of a Student.
  • Grade of a Student.

NB: Use text boxes for both output and input, Course work contributes 40% and exam 60%.