-->

Thursday, August 20, 2015

triangle using java 5,45,345,2345 etc

    /*08/03/2015 10:49:04 AM
    CLINTON.M.U*/
class Tri_n_dec
{
    public static void main(String [] args)
        {
            int patten_value=5;
                    for(int row=5; row>= 0 ;row--)
                {
                    for(int col=row; col <= 5; col++)
                        {
                                      
                        System.out.print(col+" ");
                                              
                  
                                           }
                                        System.out.println(" ");
                           }
        }
}

No comments:

Post a Comment

JavaScript Free Code