编程论坛's Archiver

jishiyu 发表于 2008-3-23 20:40

顶顶

using System;
public class ChengFaBiao
{
        public static void Main()
        {
                Console.WriteLine ("jiu jiu cheng fa biao");
                for(int x=1;x<=9;x++)
                {
                        for(int y=1;y<=x;y++)
                        {
                                Console.Write ("{0}*{1}={2}\t",x,y,x*y);
                        }
                        Console.WriteLine ();
                }
        }
}

gavin123 发表于 2008-4-17 17:47

[tk02] 啊啊!

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.