- 博客(12)
- 收藏
- 关注
原创 c#菜品考试
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace OnSpecial{ class Program { enum Week { Sunday, Monday, Tuesday, ...
2021-12-23 13:24:35
190
原创 c#工资(继承)考试
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ploymorphism2{ class Ordinary { int basicWage=1000; int year; int perYear=30; string nam...
2021-12-23 13:21:55
135
原创 c#圆柱体面积考试
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ploymorphism{ class Circle { protected double radius; public virtual double Area() { ...
2021-12-23 13:19:14
281
原创 c#教师学生考试
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Inheritance1{ class Teacher { protected string tid; protected string tname; public string ptid...
2021-12-23 13:17:57
222
原创 c#两点距离考试
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CcalculateDistance{ class Tpoint { private int x; private int y; public Tpoint(int x1, int y1)...
2021-12-23 13:16:50
164
原创 c#计算器考试
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace 计算器{ public partial class ..
2021-12-23 13:15:09
110
原创 C#GPA计算
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace GPA计算{ class Program { class Student { int num; string name; Course[...
2021-12-23 13:12:23
583
原创 c#课程学分累计
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace InteractionObject{ class Program { class Student { string id; string name; int scredits; ...
2021-12-23 13:10:27
148
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅