This repository covers the basic control flow structures in Java, which include if-else conditions, ternary statements, and ...
System.out.println("A if you are 1st year student"); System.out.println("B if you are 2nd year student"); System.out.println("C ...
Learn how to use statements like if, if-else, switch, for, and while to declare variables and specify expressions, make decisions ...