TO PRINT PATTERN TYPE 21

   ****
  ****
 **** 
****


class Pattern21
{

public static void main(String[] args)

      for(int i=1;i<=4;i++)
      { 
      for(int j=1;j<=7;j++)
      {
      if(j>=5-i && j<=8-i)
      {
             System.out.print("*");
      }
      else
      {
      System.out.print(" ");
      }
      }
      System.out.println();
      }
}
}

Comments

Popular posts from this blog

Problem Statement Of Real Estate Use Cases

Problem Statement Of Bank Marketing analysis

Hadoop