海纳百川,有容乃大;壁立千仞,无欲则刚。
温州人才网:http://www.myjob123.net | 南昌免费人才网:http://www.0791hr.net/
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 106 文章- 2 评论- 599
03 2011 档案
++x和x++
摘要: class MainClass{ static void Main() { double x; x = 1.5; Console.WriteLine(++x); Console.WriteLine(x); x = 1.5; Console.WriteLine(x++); Console.WriteLine(x); }}结果值为:2.52.51.52.5
阅读全文
posted @
2011-03-10 14:34
有容乃大 阅读(103) |
评论 (0)
编辑
公告