摘要:
namespace 函数数组排序带出最大最小值及平均值{ class Program { static void Main(string[] args) { int[] b=new int[]{9,1,5,3,7}; int max = 0; //设置两个变量用来接收最低值与最小值。 int mi... 阅读全文
posted @ 2015-04-14 00:19
XCml
阅读(296)
评论(0)
推荐(0)
摘要:
namespace 一元二次方程函数解决{ class Program { static void Main(string[] args) { while (true) { Console.WriteLine("请为一元二次方程ax²+bx+c设置相关参数:"); Console.WriteLin... 阅读全文
posted @ 2015-04-14 00:09
XCml
阅读(343)
评论(0)
推荐(0)
摘要:
namespace 函数__青歌赛打分{ class Program { public int[] Array(int[] a) //排序 { int n = a.Length; for (int i = 1; i <= a.Length; i++) { for (int j = 1; j <= a... 阅读全文
posted @ 2015-04-14 00:03
XCml
阅读(175)
评论(0)
推荐(0)

浙公网安备 33010602011771号