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

NEWS: Telegram supports Facetime video calls NOW!

Secure video calling is in high demand. As an alternative to Zoom, many people are using end-to-end encrypted apps such as WhatsApp, FaceTime or Signal to speak to friends and family face-to-face since coronavirus lockdowns started to take place across the world. There’s another optionβ€”secure communications app Telegram just added video calling to its feature set, available on both iOS and Android. The new feature is also super secureβ€”like Signal and WhatsApp and unlike Zoom (yet), video calls will be end-to-end encrypted.

Traders also expressed uncertainty about the situation with China Evergrande, as the indebted property company has not provided clarification about a key interest payment.In economic news, the Commerce Department reported an unexpected increase in U.S. new home sales in August.Crude oil prices climbed Friday and front-month WTI oil futures contracts saw gains for a fifth straight week amid tighter supplies. West Texas Intermediate Crude oil futures for November rose $0.68 or 0.9 percent at 73.98 a barrel. WTI Crude futures gained 2.8 percent for the week.

Advance Java ‍ from id


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