Today’s session was a mix of core Java fundamentals + tricky logic + real-world usage 💡
We explored how conditions work, how loops behave without braces, user input handling, and even touched JSON/XML basics.

Let’s break it down step by step 👇





🔹 1. Condition Must Be Boolean (True/False)


In Java, every condition must return either...