An open API service indexing awesome lists of open source software.

https://github.com/trayanaboykova/programming-basics-java

Tasks from my course Programming Basics with Java at SoftUni
https://github.com/trayanaboykova/programming-basics-java

conditional-statements for-loop nested-loops while-loop

Last synced: 6 months ago
JSON representation

Tasks from my course Programming Basics with Java at SoftUni

Awesome Lists containing this project

README

          

# 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 Course](https://softuni.bg/trainings/3741/programming-basics-with-java-april-2022)

**[First Steps In Coding](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson01_FirstStepsInCoding)**:

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](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson02_ConditionalStatements)**:

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](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson03_ConditionalStatementsAdvanced)**:

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](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson04_ForLoop)**:

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](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson05_WhileLoop)**:

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](https://github.com/trayanaboykova/Programming-Basics-Java/tree/master/src/Lesson06_NestedLoops)**:

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](https://softuni.bg/trainings/3741/programming-basics-with-java-april-2022), 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