answersLogoWhite

0

#include


#include


void main()


{


clrscr();


for (int i=1;i<=5;i++) // this for loop controls the line


{


for(int

j=1;j<=i;j++) // this for loop controls the values(1,12,123..)


{


printf("%d",j);


}


printf("\n");


}



getch();


}


User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What goes into 1331?

1, 11, 121, 1331.


Did 1331 division by something?

1, 11, 121, 1331.


The square of the number 121 has what factors?

1212 = 14,641 The factors of 14,641 are 1, 11, 121, 1331, and 14641. The prime factors of 14,641 are 11, 11, 11, and 11. The prime factorization of 14,641 is 11 x 11 x 11 x 11 = 114


What is the factor of 2662?

1, 2, 11, 22, 121, 242, 1331, 2662.


What two numbers multiply to make 1331?

1,331 = 1 x 1,331and1,331 = 11 x 121


What is 121 x 11?

To calculate 121 x 11, you can use the distributive property of multiplication over addition. First, multiply 121 by 10 to get 1210. Then, multiply 121 by 1 to get 121. Finally, add these two results together to get the final answer of 1331.


How do you print the numbers in the from 1 1 1 1 2 1 1331?

buy aprinter and somepaper and then go on wordput numbers in and click print and click color and youhave your numbers


What are the factors of 2662?

The positive integer factors of 2662 are: 1, 2, 11, 22, 121, 242, 1331, 2662


What are the factors for 224939?

1, 11, 13, 121, 143, 169, 1331, 1573, 1859, 17303, 20449, 224939


To print 1 11 121 1331 14441?

#include&lt;stdio.h&gt; #include&lt;conio.h&gt; void main() { int i,j,sp=0; clrscr(); for(i=5;i&gt;=1;i--) { for(j=1;j&lt;sp;j++) printf(" "); for(j=1;j&lt;=i;j++) printf("*"); printf("\n"); s++; } getch(); }


What equals 6655 in multiplication?

1 x 6655, 5 x 1331, 11 x 605, 55 x 121.


What numbers have exactly five factors that are over 100?

A number with exactly five factors is a number that is a prime number raised to the fourth power (p4). The factors are 1, p, p2, p3, and p4. Example: The 5 factors of 54 = 625 are 1, 5, 25, 125, and 625. The 5 factors of 74 = 2401 are 1, 7, 49, 343, and 2401. The 5 factors of 114 = 14641 are 1, 11, 121, 1331, and 14,641.