Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.03 KB

File metadata and controls

37 lines (25 loc) · 1.03 KB

Java Practice Repository

This repository contains my Java practice codes and learning exercises. I am using this repo to track my progress while learning core Java concepts and improving my programming skills.

The code includes basic programs, logic-building exercises, and topic-wise practice files written while studying Java fundamentals.


Topics Covered

  • Basics of Java syntax
  • Input/Output using Scanner
  • Conditional statements (if-else, switch)
  • Loops (for, while, do-while)
  • Methods and functions
  • Basic Object-Oriented Programming concepts (classes, objects, constructors, etc.) -To be continue

Purpose of This Repository

This repository is for:

  • Practicing Java programming
  • Improving logical thinking and coding skills
  • Maintaining a structured learning record

More advanced programs and projects will be added later as I continue learning.

Note:-

  • Code is written during learning, so some files may be basic or repetitive.
  • Improvements and refactoring will be done gradually.

Author

Ayush Sharma