program for IF condition Get link Facebook X Pinterest Email Other Apps - July 08, 2019 public class IfExample { public static void main(String[] args) { int age=20; if(age>18) { System.out.print("Age is greater than 18"); } } } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment