摘要:
今天上午上课无聊,写了个数字大小写转换的程序,能转换千亿以内的任何数值,代码见下,幼稚了,让大家见笑了。usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceNumberConver{classProgram{staticvoidMain(string[]args){while(true){//执行转换功能compute();//换行Console.WriteLine();}}///<summary>///执行转换功能///</summary>stat 阅读全文
posted @ 2012-03-23 19:31
Iveely Liu
阅读(1036)
评论(0)
推荐(0)
浙公网安备 33010602011771号