Telegram Group & Telegram Channel
27. Number pattern 2.

54321
5432
543
54
5


class NumberPat2
{

public static void main(String arg[])
{

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

for (int j = 5; j >= i; j--)
{

System.out.print(j);

}

System.out.println();
}
}
}

@java_codings



tg-me.com/java_codings/39
Create:
Last Update:

27. Number pattern 2.

54321
5432
543
54
5


class NumberPat2
{

public static void main(String arg[])
{

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

for (int j = 5; j >= i; j--)
{

System.out.print(j);

}

System.out.println();
}
}
}

@java_codings

BY Advance Java πŸ‘¨β€πŸ’»


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/java_codings/39

View MORE
Open in Telegram


Advance Java ‍ Telegram | DID YOU KNOW?

Date: |

The messaging service and social-media platform owes creditors roughly $700 million by the end of April, according to people briefed on the company’s plans and loan documents viewed by The Wall Street Journal. At the same time, Telegram Group Inc. must cover rising equipment and bandwidth expenses because of its rapid growth, despite going years without attempting to generate revenue.

The SSE was the first modern stock exchange to open in China, with trading commencing in 1990. It has now grown to become the largest stock exchange in Asia and the third-largest in the world by market capitalization, which stood at RMB 50.6 trillion (US$7.8 trillion) as of September 2021. Stocks (both A-shares and B-shares), bonds, funds, and derivatives are traded on the exchange. The SEE has two trading boards, the Main Board and the Science and Technology Innovation Board, the latter more commonly known as the STAR Market. The Main Board mainly hosts large, well-established Chinese companies and lists both A-shares and B-shares.

Advance Java ‍ from tw


Telegram Advance Java πŸ‘¨β€πŸ’»
FROM USA