JAVA_CODINGS Telegram 53
40. Star Pattern 5.

class StarPattern5
{

public static void main(String arg[])
{

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

for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

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

for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}
}
}

@java_codings



tgoop.com/java_codings/53
Create:
Last Update:

40. Star Pattern 5.

class StarPattern5
{

public static void main(String arg[])
{

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

for (int j = 1; j <= i; j++)

{
System.out.print("*");
}

System.out.println();
}

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

for (int j = i; j <= 5; j++)

{
System.out.print("*");
}

System.out.println();
}
}
}

@java_codings

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


Share with your friend now:
tgoop.com/java_codings/53

View MORE
Open in Telegram


Telegram News

Date: |

As five out of seven counts were serious, Hui sentenced Ng to six years and six months in jail. For crypto enthusiasts, there was the β€œgm” app, a self-described β€œmeme app” which only allowed users to greet each other with β€œgm,” or β€œgood morning,” a common acronym thrown around on Crypto Twitter and Discord. But the gm app was shut down back in September after a hacker reportedly gained access to user data. Your posting frequency depends on the topic of your channel. If you have a news channel, it’s OK to publish new content every day (or even every hour). For other industries, stick with 2-3 large posts a week. It’s easy to create a Telegram channel via desktop app or mobile app (for Android and iOS): How to Create a Private or Public Channel on Telegram?
from us


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