Welcome To The World Of Hacking


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

Thursday

JAVA PROGRAMMING TUTORIAL 11: WHILE LOOP

public class HackDefence{

public static void main(String[]args){

int x=3;

while(x<6){

System.out.println(x);

x++;

}

}

}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...