摘要: C# 编写程序,计算数组中奇数之和和偶数之和。 namespace test { class test_1 { public void test_1_4() { int t1=0,t2=0; int[] arr=new int[]{1,2,3,4,5,6,7,8,9,10}; foreach(int 阅读全文
posted @ 2021-10-05 20:04 谦寻 阅读(35) 评论(0) 推荐(0) 编辑