├── Grading-system ├── HND2-CSC-2023 └── Week1Assignment.md ├── ND2-CSC-2023 └── Week1Assignment.md └── README.md /Grading-system: -------------------------------------------------------------------------------- 1 | PHP Grading system 2 | A = 75-100 3 | AB=74-70 4 | B=65-69 5 | BC=60-64 6 | C=55-59 7 | CD=50-54 8 | D=45-49 9 | E=40-44 10 | F=0-39 11 | 12 | use this grading sytem to submit a php script that accepts any number and grade accordingly. 13 | -------------------------------------------------------------------------------- /HND2-CSC-2023/Week1Assignment.md: -------------------------------------------------------------------------------- 1 | ## Assignment 1 2 | 3 | You are to create an issue to this repository. The content of the issue should be based on the template below 4 | 5 | Name (Surname First) : 6 | 7 | Registration Number : 8 | 9 | Project Title/Topic: 10 | 11 | Your Github Link : 12 | 13 | -------------------------------------------------------------------------------- /ND2-CSC-2023/Week1Assignment.md: -------------------------------------------------------------------------------- 1 | ## Assignment 1 2 | 3 | You are to create an issue to this repository. The content of the issue should be based on the template below 4 | 5 | Name (Surname First) : 6 | 7 | Registration Number : 8 | 9 | Project Title/Topic: 10 | 11 | Your Github Link : 12 | 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WebDevelopment 2 | A repository to explore diffrences between Web3 and Web2 3 | --------------------------------------------------------------------------------