Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 3.13 KB

README.md

File metadata and controls

30 lines (21 loc) · 3.13 KB

Programming Basics with Java

Coding exercises and projects from my education at SoftUni
All of the solutions have passed 100/100 - you can check them here: Programming Basics with Java

Course Curriculum: Programming Basics with Java

First Steps In Coding:
In this introductory module, I covered the basics of programming using Java. I learned about fundamental concepts, syntax, and the structure of Java programs.

Conditional Statements:
During this module, I delved into conditional statements in Java. I learned how to use if-else statements to make decisions in my code. I also gained knowledge on handling multiple conditions using logical operators and writing code that dynamically responds to user input or specific criteria.

Conditional Statements Advanced:
Building upon the basics, I explored advanced conditional statements in Java. I mastered concepts such as nested if-else statements, switch statements, and the ternary operator. These advanced techniques equipped me to handle complex decision-making scenarios in my Java programs effectively.

For-Loop:
In this module, I focused on the usage of loops in Java. I gained proficiency in utilizing for-loops to repeat code a specific number of times, and solve problems that require repetitive actions.

While-Loop:
During the while-loop module, I learned about creating loops that execute as long as a specific condition remains true. I learned how to use while-loops effectively in Java programs, especially for scenarios that involve continuous repetition until a certain condition is met.

Nested Loops:
The nested loops module introduced the concept of having one loop inside another in Java. During the course, I learned how to work with nested loops to perform operations on each element of basic data structures. I gained proficiency in utilizing nested loops to solve various coding problems that involve repetitive actions and iteration.

By completing the "Programming Basics with Java" course, I have acquired the basics in Java programming. I am now equipped with knowledge of Java syntax, conditional statements, loop constructs, and problem-solving techniques using Java.

Certificate

Programming Basics with Java