This is a simple C program that calculates the attendance percentage of a student based on the total number of days and the number of days the student is present.
- Calculates the attendance percentage accurately.
- Easy-to-use command-line interface.
- Written in C for portability.
To use this program, follow these steps:
-
Clone the repository:
git clone https://github.com/megh-bari/75-Percentage-Attendance-Calculator.git
-
Compile the program (if required):
-
gcc attendance_calculator.c -o attendance_calculator
-
Run the program:
./attendance_calculator
The program will prompt you to enter the total number of days and the number of days the student is present.
After entering the required information, the program will calculate and display the attendance percentage on the console.
- Enter the total number of days: 108
- Enter the number of days the student is present: 81
- Attendance Percentage: 75.00%
If you have any questions, suggestions, or encounter any issues, please feel free to reach out to us:
- Email: meghbari01@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details.
Megh Bari