Java Programming Tutorial - 20 - Conditional Operators on January 17, 2020 Get link Facebook X Pinterest Email Other Apps package apples; public class boy { public static void main (String []args) { int age =21; System.out.println(age>50 ?"You are old": "You are young"); }} Comments
Comments
Post a Comment