fauzanabid

siku_siku

Nov 22nd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. public class siku_siku{
  2.     public static void main(String [] args){
  3.         int x=5;
  4.         for (int i=1;i<=5;i++){
  5.             for(int j=1;j<=i;j++){
  6.                 System.out.print("*");
  7.             }
  8.             System.out.println();
  9.         }
  10.     }    
  11. }
Advertisement
Add Comment
Please, Sign In to add comment