Day-1 🌟 Understanding Java Statements: Normal, Conditional, and Control Statements
🧱 1. Normal StatementsA normal statement is any line of code that executes in a straightforward, sequential manner. These are the basic building blocks of a Java program.
✍️ Example:int a = 10;...