answersLogoWhite

0

REMPATTERNS (not necessary)

CLS

FOR I = 1 TO 5 STEP +1

FOR J = 1 TO I STEP+1

PRINT J

NEXT J

PRINT

NEXT I

END

Hope you find this helpful :)

User Avatar

Ayush Das

Lvl 2
4y ago

What else can I help you with?

Related Questions

What is the sequence of 122333444455555?

Each digit is repeated the number of times equal to its value. 1 22 333 4444 55555 666666 7777777 88888888 999999999


How do you write 55555 4444 333 22 1 in php?

This is one of possible solutions:


Write a c program to print the following output using for loop 1 2 2 333 4444 55555?

int main() { int i,j,sum,k; for(i=1;i<=5;i++) { k=1; sum =0; for(j=1;j<=i;j++) { sum = sum+(i*k); k=k*10; } cout<< sum; cout<< "\n"; } }


How do you get the following output in VB 22 4444 666666?

To achieve the output "22 4444 666666" in VB (Visual Basic), you can use the Console.WriteLine method. You would write the following code: Console.WriteLine("22 4444 666666") This code directly prints the desired string to the console. If you need to format or generate the numbers dynamically, you can concatenate them accordingly before printing.


Roman numeral 4444?

The Roman numeral for 4444 is MMMMCDXLIV. The square root of 4444 is 66.663.


1 22 333 4444 55555 i need a java program that generates a triangle with these numbers?

Implement this method: public static void makeTriangle(int limit) { int count = 0; for(int i = 1; i <= limit; i++) { count = i; while(count > 0) { System.out.print(i); count--; } System.out.println(); } }


What is 1000000 plus 4444?

1000000 + 4444 = 1,004,444


500000 plus 4444?

500000 + 4444 = 504444


what is 3333 times 4444?

3333 times 4444 = 14811852


What is 4444 less 40 percent?

4444 - 40% = 2,666.4


What is 4444 divided by 333 equals?

13.3453


What is 55 plus 4444-3?

55 + 4444 - 3 = 4496