"A collection of Java projects and exercises from my 2nd year of Computer Engineering."
This repository is a collection of my fundamental Java programming exercises. It covers core concepts learned during my 2nd year of Computer Engineering.
- Basic Syntax: Data types (
FloatDouble.java,Char.java), variables, and arithmetic operations. - Input/Output: Handling user input via Scanner class.
- Operators: Logic, relational, and assignment operators.
- String Manipulation: Working with the String class and substrings.
- OOP Basics: Simple class structures like the
kitap(Book) class.
The goal is to document my daily progress and build a strong foundation for more complex Java applications and AI integration.