JAVA_CODINGS Telegram 51
38. Star Pattern 3.

class StarPattern3
{

public static void main(String arg[])
{

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

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

System.out.println();
}

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

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

System.out.println();
}

}
}

@java_codings



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

38. Star Pattern 3.

class StarPattern3
{

public static void main(String arg[])
{

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

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

System.out.println();
}

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

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

System.out.println();
}

}
}

@java_codings

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


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

View MORE
Open in Telegram


Telegram News

Date: |

With the β€œBear Market Screaming Therapy Group,” we’ve now transcended language. The main design elements of your Telegram channel include a name, bio (brief description), and avatar. Your bio should be: On Tuesday, some local media outlets included Sing Tao Daily cited sources as saying the Hong Kong government was considering restricting access to Telegram. Privacy Commissioner for Personal Data Ada Chung told to the Legislative Council on Monday that government officials, police and lawmakers remain the targets of β€œdoxxing” despite a privacy law amendment last year that criminalised the malicious disclosure of personal information. ZDNET RECOMMENDS Users are more open to new information on workdays rather than weekends.
from us


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