Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Program to print 1
1 2
1 2 3
1 2 3 4 like that

Answer Posted / yagnik

public static void main(String args[]) throws
UnknownHostException, ClassNotFoundException
{
int count =5;

for(int i=1,h=5; i<count;i++){

for(int k=h;k>=0;k--)
{System.out.print(" ");}
for (int j=1 ;j<=i;j++){
System.out.print
(j);System.out.print(" ");
}
h--;System.out.println();
}

}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest java version?

1009


What are the files generated after using IDL to java compiler?

1089


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

990


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

1083


What is the static block?

1004


Can we have multiple catch block for a try block?

940


What are the differences between string, stringbuffer and stringbuilder?

966


Can a constructor be made final?

1050


How can we pass argument to a function by reference instead of pass by value?

1044


Name container classes in java programming?

1024


Which methods cannot be overridden in java?

923


Explain about public and private access specifiers?

974


How do you generate random numbers in java?

956


what is meant wrapper classes?

1095


What is the use of parseint in java?

966