为了账号安全,请及时绑定邮箱和手机立即绑定

C#开发轻松入门

难度入门
时长 4小时43分
学习人数
综合评分9.40
830人评价 查看评价
9.5 内容实用
9.5 简洁易懂
9.2 逻辑清晰
new Student("陈陆",56),
new Student("周蕊",60),
new Student("林日鹏",91),
new Student("何昆",93),
new Student("关欣",85)
};
TheHightestScoreStudent(students);
}
namespace projGetMaxScore
{
class Program
{
static void Main(string[] args)
{
List<Student> students = new List<Student>{
new Student("吴松",89),
new Student("钱冬宇",90),
new Student("伏晨",98),
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
这道题有点出得有点坑!不换行还不行了
感叹号必须在中文状态下,哈哈哈
for (int x = 1; x <= 7; x++)
{
Console.Write(x);
if(x==y)
break;
感觉和c好像
伏晨后边的标点符号必须是中文的,真的好厉害
只执行一次循环,接下去的使他执行失败false便可以得到一个数字。
常量名 变量名 类名 方法名都可称为标识符
标识符只能由英文字母,下划线以及数字组成,其中数字不能作为标识符的开头
for(int i=0;i<score.Length;i++)
{
if(score[i]>max)
{
max=score[i];
x=i;
}
}

Console.WriteLine("分数最高的是{0},分数是{1}",name[x],score[x]);
string[] name=new string[]{"吴松","钱东宇","伏晨","陈陆","周蕊","林日鹏","何昆","关欣"};
int[] score=new int[]{89,90,98,56,60,91,93,85};
int x=0;
int max=0;
namespace Test
{
class Program
{
static void Main(string[] args)
{
int y = 5;
while ( y <=5 && y >= 1 )//请输入
{
Console.Write(y+" ");
y--;//请输入
}
}
}
}
刚建了个新群 C#。Q群618844462.大家一起讨论交流
未能完成操作,无法迁移项目文件,什么鬼
课程须知
本课程是C#基础课程,热烈欢迎各位小伙伴拍砖吐槽!!
老师告诉你能学到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的语法和程序逻辑

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消