Welcome to my first professional Java project! This is a simple yet powerful system built to manage student records with a focus on Clean Code and OOP principles. β¨
- π Encapsulation: Using private fields to protect data.
- π οΈ Modular Design: Clean functions for initialization and display.
- π Smart Formatting: Professional table output using
printf. - π‘οΈ Data Integrity: Final IDs to prevent accidental changes.
The system generates a perfectly aligned table:
+-------------------------------------+
| ID | Name | Grade |
+-------------------------------------+
| 32520001085 | Hassan | 85.50 % |
| 32520001056 | Amal | 92.00 % |
| 32520001035 | Mohammad | 99.99 % |
+-------------------------------------+