CSharp_02_变量和常量.pptVIP

  • 10
  • 0
  • 约1.04万字
  • 约 26页
  • 2017-06-13 发布于湖北
  • 举报
首先拼音容易歧义,是性命还是姓名? 其次,太不international了,程序不准备给我们国际友人读了? * 类名使用Pascal大小写形式 public class HelloWorld { … } 方法使用Pascal大小写形式 public class HelloWorld { void SayHello(string name) { … } } 变量和方法参数使用Camel 大小写形式 * static void Main(string[] args) { int factorial=1; for(int i=1;i=12;i++) { factorial*=i; } Console.WriteLine(factorial); } * static void Main(string[] args) { double factorial=1; for(int i=1;i=170;i++) { factorial*=i; }

文档评论(0)

1亿VIP精品文档

相关文档