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...


how to write a java program for an output
****0 ***01 **012 *0123 01234



how to write a java program for an output ****0 ***01 **012 *0123 01234..

Answer / adeel

#include<iostream>

using namespace std;

int main()
{
int i,j;
for(i=0; i<=5; i++)
for(j=1; j<=i; j++)

cout<<j;

system("pause");
return 0;
}

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More OOPS Interview Questions

What is coupling in oop?

0 Answers  


What is encapsulation?

17 Answers   TCS,


What is oop in simple words?

1 Answers  


inheritence with example

1 Answers  


what is difference between thread and programme.

1 Answers   NCC,


What is oops and its features?

0 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


What is DeadlyDiamondDeathProblem ?

1 Answers  


Is html an oop?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


What is polymorphism in oops with example?

0 Answers  


what uses of c++ language?

3 Answers  


Categories