C#成绩转换
转换条件:
90~100:优秀
80~89:良好
70~79:中
60~69:及格
0~59:不及格
界面设计
布局元素
代码
Form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication3
{