This project contains a collection of basic Java programs implemented using Visual Studio Code. The focus was to understand and apply core Java concepts through practical coding, starting from pseudocode to final implementation.
- βοΈ Executed various Java basic programs
- βοΈ Wrote both pseudocode and source code for clarity and planning
- βοΈ Practiced in Visual Studio Code with extensions and terminal support
- βοΈ Focused on clean code structure and fundamental programming logic
- Language: Java
- IDE: Visual Studio Code
- Version Control: Git & GitHub
- π Data types and variables
- π Conditional statements (
if,else,switch) - π Loops (
for,while,do-while) - π Functions and methods
- π Arrays
- π Basic object-oriented concepts (Classes and Objects)
This project was developed for educational purposes and is not intended for commercial deployment without further development.