This repository contains two PHP scripts that calculate and display a grade based on the marks entered by the user. The grades are assigned based on the following criteria:
- Marks >= 80: Grade A
- Marks >= 70: Grade B
- Marks >= 60: Grade C
- Marks >= 50: Grade D
- Marks >= 40: Grade E
- Marks < 40: FAIL