This is a basic PHP script designed to calculate an average score from three values (sayi1, sayi2, performans) and assign a grade ('Sıfır', 'Bir', 'İki', 'Üç', 'Dört', 'Beş') based on the calculated average.
- Calculates the average of three scores.
- Assigns a grade based on the average score.
- Outputs the grade as text.
No installation required. Simply place the PHP code in an .php file and run it through a web server that supports PHP.
- Save the provided PHP code into a file with a
.phpextension, e.g.,score_calculator.php. - Place this file in your web server's document root or any accessible directory.
- Access the file via a web browser by navigating to
http://yourserver/score_calculator.php. The script will execute and display the grade based on the hardcoded values.
- PHP
This project is licensed under the MIT License - see the LICENSE file for details.