TO PRINT PATTERN TYPE 12

                                    * * * * * * *

                                       * * * * * 

                                          * * *

                                             *




class Pattern12
{

public static void main(String[] args)
{
      for(int i=1;i<=4;i++)
      {
      for(int j=1;j<=7;j++)
      {
      if(j>=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