DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 7/100 Java

Week 1 ✅

Day 7/100

Language:
JAVA

Time Period Spent:
2hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Todays Learning:

  • Switch Statement
  • The For Statement (For Loop)
  • Code Challenges:
    • Number In Word
    • Number Of Days In Month
    • Day Of Week Challenge

Additional Notes:
Today has been a progressive one. Still working through known entities such as switch statements, working with golang I knew of what it was. The syntax is similar to golang in its switch cases. Happy with the progress being made.

In addition, going through the forloops this is the same as it is written in php so it makes it evermore easier to learn the syntax like this. Key note: once you lean the fundamentals of programming all is tranferable, what changes is the syntax, but the way that all of it is expressed is the same.

Compiling all my notes and the coding challeneges into files to be able to book them into GitHub. Most of the code challenges have been written on the udemy online IDE.

Top comments (0)