conditional statements in java

How to Create Condition Statements in JAVA

Condition Statements are the same we use in PHP but the syntax is different in JAVA. In this article, you will learn How to Create Condition Statements in JAVA

Example:-

public class MyClass {
  public static void main(String[] args) {