说明:Visual Basic.net 2010 中级教课书,Welcome to Microsoft’s Visual Basic 2010, another milestone version of the most popular programming language for building Windows and web applications. In modern software development, however, the language is only one of t <weixin_44348199> 上传 | 大小:7mb
说明:int[] num = new int[] { 25, 32, 56, 231 }; string[] num2 = new string[] { "e.c", "243", "443", "44421" }; List list1 = new List() { "15", "243", "454", "sfd", "345fg" }; int sum = num.Sum(); int max = num.Max(); int min = num.Min(); double ave = num. <weixin_43883115> 上传 | 大小:218kb