using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace text_1
{
public class Student
{
public string SName
{
get;
set;
}
public double DScore
{
get;
set;
}
public double TScore
{
get;
C#--利用Array类实现:计算总评成绩
最新推荐文章于 2025-01-06 14:48:53 发布