算法题:把阿拉伯金额转化为汉字表示的金额
                                算法题:把阿拉伯金额转化为汉字表示的金额2013-11-14 51cto博客 tonglingn年没写算法题了,今天用了20分钟写了一个,要求如题,感觉算法有所退步,老了using System;using System.Text;namespace money{class Program{static void Main(string[] args){StringBuilder sb=new StringBuilder();var strValue = ...