1.方法练习字符串的length可以用来比较字的长度保留小数点后两位
Double avg=10/3; Console.WriteLine("{0:0.00}", avg);
2.方法中改变数组,不需要返回值来接收就可以改变。数组在方法中是个例外。
3.改变字体颜色Console.ForegroundColor = ConsoleColor.Yellow;
4.console.clear(); 清屏
5.console.readkey(true);不显示输出的按键