Welcome To The World Of Hacking


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

Saturday

JAVA PROGRAMMING TUTORIAL 16: FOR LOOP

public class HackDefence{

public static void main(String[]args){

              for(int count=0;count<=10;count+=3){
   
             System.out.println(count);
     
           }
   
}

}

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...