Welcome To The World Of Hacking


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

Friday

JAVA PROGRAMMING TUTORIAL 7: IF STATEMENT

public class HackDefence{

public static void main(String[]args){

int x=5;

if(x==8){

System.out.println("I am in");

}else{

System.out.println("I am out");

}

}

}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...