Share all news to all guy ;)

Saturday, December 20, 2014




This code is same last post , but it's show Star (pkay) like a picture ;).



Here Code :

 public static void main(String[] args) {
       for(int i=7;i>=1;i--)
        {
            for(int j=1 ; j<=i; j++)
                System.out.print("* ");
            System.out.println("");
        }
    }
   
}


0 comments:

Post a Comment

Popular Posts

Powered by Blogger.