控制台下的学生成绩管理系统.docxVIP

  • 0
  • 0
  • 约1.08万字
  • 约 7页
  • 2019-10-12 发布于江苏
  • 举报
namespace Alex_11_30_Practice { public struct Student//定义结构体★★重点 { //将以下字段保存在结构体中 public int number; public string Name; public float num1; public float num2; public float num3; } class Program { public static int count = 0;//定义下标计数器 static void Main(string[] args) { //首先打印出程序界面打印 Student[] stu = new Student[50];//实例化一个结构体的50数组 bool b = true; do { Console.WriteLine(========================================================);

文档评论(0)

1亿VIP精品文档

相关文档