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

C#开发轻松入门

难度入门
时长 4小时43分
学习人数
综合评分9.40
830人评价 查看评价
9.5 内容实用
9.5 简洁易懂
9.2 逻辑清晰

最新回答 / 咸盐咸
包 安装失败你把关于他的全都删干净,重新安装一下试试。
一共多少题你倒是说一声呀,每个人基础不一样并不是每个人都要从头到尾做一遍的呀,你这不是耽误人时间么
给个建议,希望能提示错误的信息!

最赞回答 / 以雪之名
        static void Main(string[] args)        {            Console.Write("蜀国”五虎将”是:");            string[] names = new string[] { "关羽", "张飞", "赵云", "马超", "黄忠" };            for (int i = 0; i < names.Length; i++)            {                Console.Wri...
好棒的课程!!喜欢这样的 学习方式!!
编译器太垃圾了 真的
明明是正确的,非得说我错了,这编译器有问题的bug太多了
string[] names = {&quot;景珍&quot;,&quot;林慧洋&quot;,&quot;成蓉&quot;,&quot;洪南昌&quot;,&quot;龙玉民&quot;,&quot;单江开&quot;,&quot;田武山&quot;,&quot;王三明&quot;};
int[] scoue = { 90, 65, 88, 70, 46, 81, 100, 68 };
int sum = 0;
int avg;

foreach (int i in scoue) {
sum += i;
}
自己调试的都行了,提交了就是不行,好气啊!
同样是三重门”毒害“过的小孩
string[] name=new string[8] {&quot;吴松&quot;, &quot;钱东宇&quot;, &quot;伏晨&quot;, &quot;陈陆&quot;, &quot;周蕊&quot;, &quot;林日鹏&quot;, &quot;何昆&quot;, &quot;关欣&quot;};
int[] num=new int[8] {29, 90, 98, 56, 60, 91, 93, 85};
int max, index=0;max =num[0];for (int i=1; i&lt;8; i++){if(num[i]&gt;max){max=num[i];index =i;}}
Console.WriteLine(&quot;分数最高的是{0},分数是{1}&quot;, name[index], max);我自己编程软件商都对了这里就显示错误
感觉这个是学这个语言以来遇到过的最有意思的题目
看懂了之后感觉好无趣.....
if(salary&gt;=price)
{
Console.WritenLine(&quot;这月工资够买手机!&quot;);
}
else
{
Console.WriteLine(&quot;这月工资不够买手机!&quot;);
}
foreach (int x in num)
{
if (x % 7 != 0)
{
wl = true;
Console.WriteLine(&quot;没有7的整倍数&quot;);
break;
}
else
{Console.WriteLine(&quot;有7的整倍数&quot;);
}
namespace Test
{
class Program
{
static void Main(string[] args)
{
int age = 4;//年龄
if (age &lt; 6 || age &gt; 60)
Console.WriteLine(&quot;请坐爱心座!&quot;);
else
Console.WriteLine(&quot;请坚持一下!&quot;);
}
}
}
课程须知
本课程是C#基础课程,热烈欢迎各位小伙伴拍砖吐槽!!
老师告诉你能学到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的语法和程序逻辑

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消