Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.15 KB

File metadata and controls

34 lines (21 loc) · 1.15 KB

Introduction to Programming – Java (DevDojo Academy)

This repository contains exercises and examples developed while studying Java through DevDojo Academy's “Introduction to Programming” course.

The purpose of this repository is to document my learning process and improve my programming logic while practicing the fundamentals of Java.

Throughout the course, after each subject was presented, I focused exclusively on myself, applying my logic to solve problems after watching each lesson and completing each exercise presented.

Topics covered

  • Java syntax
  • Variables and data types
  • Conditional statements
  • Loops (for, while, do-while)
  • Arrays and multidimensional arrays
  • User input
  • Programming exercises

Course

DevDojo Academy – Introduction to Programming (Java)

Course playlist:
https://youtube.com/playlist?list=PL0Un1HNdB4jGe2_KOrK0wkv4UE6ydq44U

Next step

After completing this course, I started the next DevDojo Academy program:

Java One For All

https://youtube.com/playlist?list=PL0Un1HNdB4jGKw5szJrQETqJTlZKyKReu

My goal is to continue improving my Java skills and create more projects to document my progress on GitHub.