DEV Community

Liam Gomez
Liam Gomez

Posted on • Updated on

Day 2/100 Java

Morning!

Language:
JAVA

Time Period Spent:
2hrs

Course Taken:
Udemy: Java Programming Masterclass - Tim Buchalka

Todays Learning:

  • If Statements
  • If Logical and / or (&& and ||) operator
  • Assignment operator vs Equal to operator
  • Operator Precedence
  • Ternary Operator
  • Section end challenges:
    • Operator Challenge
    • Floating Point and precision Challenge
    • If operator Challenge
    • Ternary Challenge

Additional Notes:
Section 2 of the course is now over and out. Happy with the results and the refresher that I was introduced by this course. There is a large difference in operators and use cases in this language that are alien to me but at the same time I find compelling. Ternary Operators: grants the use of boolean assignment. This invokes the ability to somewhat check and assign a value depending on the conditions of the operator and its previous variable supplied.

Top comments (0)