JAVA_CODINGS Telegram 48
36. Star Pattern 1.
***
*
***
**
*

class StarPattern1
{

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();
}
}
}

@java_codings



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

36. Star Pattern 1.
***
*
***
**
*

class StarPattern1
{

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();
}
}
}

@java_codings

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


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

View MORE
Open in Telegram


Telegram News

Date: |

To edit your name or bio, click the Menu icon and select β€œManage Channel.” Image: Telegram. ZDNET RECOMMENDS Channel login must contain 5-32 characters The initiatives announced by Perekopsky include monitoring the content in groups. According to the executive, posts identified as lacking context or as containing false information will be flagged as a potential source of disinformation. The content is then forwarded to Telegram's fact-checking channels for analysis and subsequent publication of verified information.
from us


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