A simple C program that calculates fines based on the number of late days.
| โ | Feature | Description |
|---|---|---|
| โ | Fine Calculation | Calculates total fine based on days of delay |
| โ | Interactive CLI | User-friendly command-line interface |
| โ | Modular Functions | Cleanly structured with separate logic functions |
| โ | Lightweight | Written in pure C, runs on any system with GCC |
if, else if, else)scanf()do-while for repeated operationsFineCalc/
โ
โโโ main.c # Core program logic & user interface
โโโ fine.c # Fine calculation implementation
โโโ fine.h # Function declarations
โโโ README.md # Project documentation
โโโ LICENSE # Your chosen license (e.g., MIT)
Make sure you have:
```bash
git clone https://github.com/your-username/FineCalc.git
cd FineCalc