Learning Path
2 items | about 25 min total
Step 1 | Challenge
Practice Java fundamentals by creating a program that reads one integer and tells the user whether it is positive, negative, or zero, and whether it is even or odd. This challenge helps beginners work with input, conditions, and basic validation.
Step 2 | Challenge
Practice Java variables and data types by building a program that stores a student's name, age, and two subject scores, then displays a simple summary with the average score. This challenge helps beginners understand how to use different data types in one practical program.