Skip to content

FAKEWOL/php-score-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP Score Calculator

Description

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.

Features

  • Calculates the average of three scores.
  • Assigns a grade based on the average score.
  • Outputs the grade as text.

Installation

No installation required. Simply place the PHP code in an .php file and run it through a web server that supports PHP.

Usage

  1. Save the provided PHP code into a file with a .php extension, e.g., score_calculator.php.
  2. Place this file in your web server's document root or any accessible directory.
  3. 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.

Tech Stack

  • PHP

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A lightweight PHP utility that calculates academic averages from three input scores and maps them to corresponding letter grades, designed for simple educational assessment applications.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors