This repository contains projects I have exercised upon during my Java education at SoftUni.
The courses are structured to progressively increase in difficulty, providing a logical learning path from foundational to advanced topics.
JDK 21 has been used for these exercises.
Basics
- First Steps In Coding - Lab
- First Steps In Coding - Exercise
- Conditional Statements - Lab
- Conditional Statements - Exercise
- Conditional Statements Advanced - Lab
- Conditional Statements Advanced - Exercise
- For Loop - Lab
- For Loop - Exercise
- While Loop - Lab
- While Loop - Exercise
- Nested Loops - Lab
- Nested Loops - Exercise
- Exam - Preparations
- Exam
Fundamentals
- None at the moment.
- Open your terminal and run the following command:
git clone https://github.com/AleksandarHaralanov/SoftUni.git
For IntelliJ IDEA
- Open IntelliJ IDEA.
- Go to
File > New > Project from Version Control
.- If you're on the dashboard home screen of the IDE, click
CLONE FROM VCS
on the top-right button.
- If you're on the dashboard home screen of the IDE, click
- In the
URL
field, paste the repository link:https://github.com/AleksandarHaralanov/SoftUni
- Click
Clone
to download the project.
For Eclipse
- Open Eclipse.
- Go to
File > Import
. - Select
Git > Projects from Git
, then clickNext
. - Choose
Clone URI
, and clickNext
. - In the
URI
field, paste the repository link:https://github.com/AleksandarHaralanov/SoftUni
- Click
Next
, configure your branches, then proceed with the cloning process.
The PDFs included in this repository are copyrighted materials from SoftUni and are provided solely for educational reference.
These documents are not covered by the MIT license and may not be redistributed or used outside this context. Please refer to SoftUni’s Terms of Service for more information.