This repository contains my situational activities and code implementations based on the Java Fundamentals tutorial series.
- HelloWorld.java: Standard entry point and basic printing.
- concatenation.java: Demonstrates combining String, int, and float variables like Name, Age, and GPA.
- InputAndArithmeticOperators.java: Uses the
Scannerclass to take two numbers and calculate their total.
- ConditionalStatement.java: A grading system that calculates an average and determines honors based on specific score ranges.
- SwitchStatement.java: A date validator that converts numbers to month names and includes a leap year check.
- Arrays.java: Manages collections of data including emails, usernames, and passwords using index-based storage.
- Language: Java
- Package:
javaFundamentals - Input Method:
java.util.Scanner - Learning Source: SDPT Solutions YouTube Channel
Last Updated: 2026