If Get link Facebook X Pinterest Email Other Apps - September 13, 2020 package conditionalStatements;public class IfClass { public static void main(String[] args) { int age = 19; if(age >= 18) { System.out.println("You Can Vote"); } }} Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment