编写一段程序,运行时向用户提问你考了多少分,接收输入后判断其等级并显示出来,优90-100,良80-89,中60-79,差0-59要求采用面向对象的方法编程

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;spa namespace MarkRank {     class Program     {         static void Main(string[] ar
相关文章
相关标签/搜索