-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
Goal: Implement a Java console application that takes a student's numerical score as input and prints their corresponding letter grade (A, B, C, D, F) using if-else if statements.
Folder: Beginner
Technical Notes: The program should demonstrate simple user input using Scanner (wrapped in try-with-resources) and basic conditional logic.
Style Requirement: Requirement Must include the required Javadocs-style header with O(1) complexity noted.