标题:CSC下运行没反映
只看楼主
thengry
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-2-26
 问题点数:0 回复次数:0 
CSC下运行没反映

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

class Hello
{
public static int Main()
{
System.Console.WriteLine("{0}你好,本月的业绩是{1:c}",
"Miles",50000000);
System.Console.WriteLine("目前一共有员工{0}人,平均成本为 {1:N2}",150,100000.7896);
return 0;


}
}

搜索更多相关主题的帖子: CSC 运行 
2007-02-26 16:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-121731-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.348261 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved