Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Thursday

JAVA PROGRAMMING TUTORIAL 13: CONDITIONAL OPERATORS

public class HackDefence{

public static void main(String[]args){

              int womanAge=36;
 
              System.out.println(womanAge>40 ? "Woman is old" : "Woman is young");
 
         }

}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...