Groups
Groups
Sign in
Groups
Groups
challenge4u
Conversations
About
Send feedback
Help
xuat tam vuong hinh * bang vong lap for
1 view
Skip to first unread message
ngd...@gmail.com
unread,
Sep 10, 2008, 11:53:51 AM
9/10/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to challenge4u
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 6; j++)
{
if (j < i)
System.Console.Write("*");
else
System.Console.Write(" ");
}
System.Console.Write("\n");
Reply all
Reply to author
Forward
0 new messages