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 AM9/10/08
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