About
Java project demonstrating flow control with student grade input, validation, average calculation, and status determination.
- Created Student Grade Flow Control Program
- Created
Dashboardclass to manage console input and interactions; - Implemented
StudentGradesclass to handle student name, grades, and calculation logic; - Added validation for grades and names with program exit on invalid input;
- Calculated average and determined approval status based on grades.
- Created
- Initial commit - Project setup and base structure.