Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Fundamentals: SDPT Solutions Learning Path

This repository contains my situational activities and code implementations based on the Java Fundamentals tutorial series.


📂 My Java Files

1. Basic Syntax & Output

  • HelloWorld.java: Standard entry point and basic printing.
  • concatenation.java: Demonstrates combining String, int, and float variables like Name, Age, and GPA.

2. User Input & Math

  • InputAndArithmeticOperators.java: Uses the Scanner class to take two numbers and calculate their total.

3. Conditional Logic

  • 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.

4. Data Structures

  • Arrays.java: Manages collections of data including emails, usernames, and passwords using index-based storage.

🛠️ Technical Summary

  • Language: Java
  • Package: javaFundamentals
  • Input Method: java.util.Scanner
  • Learning Source: SDPT Solutions YouTube Channel

Last Updated: 2026

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages