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

C#开发轻松入门

难度入门
时长 4小时43分
学习人数
综合评分9.40
830人评价 查看评价
9.5 内容实用
9.5 简洁易懂
9.2 逻辑清晰
string[] names=new string[5]{"关羽","张飞","赵云","马超","黄忠"}; //请在这里完善代码
for(int i=0;i<names.Length;i++)
{
Console.Write( names[i]+"," );

已采纳回答 / 懂子
能够使代码更为简直,运算更快

已采纳回答 / Valder_Fields
            int[] score = new int[] { 89, 90, 98, 56, 60, 91, 93, 85 };            string[] name = new string[] { "吴松", "钱东宇", "伏晨", "程陆", "周蕊", "林日鹏", "何昆", "关欣" }; //首先char是字符,string才是字符串            int k = 0;            int max = score[0];            f...

已采纳回答 / Valder_Fields
是<,不是<=,谢谢
for (int x = 1; x &lt;= y; x++) 题目要求同一行
string[] name = new string []{&quot;景珍&quot;,&quot;林惠洋&quot;,...};
int[] score = new int[] {90,65,88,70,46,81,100,68 };
int sum = 0;
double avg;
for (int i = 0; i &lt; score.Length; i++)
{
sum += score[i];

}//后续在楼下
avg = sum / score.Length;
Console.WriteLine(&quot;平均分是&quot; + avg + &quot;,高于平均分的有:&quot;);

for (int i = 0; i &lt; score.Length; i++)
{
if (score[i] &gt; avg)
Console.Write(name[i]+&quot; &quot;);
string text;//年份
text=year % 4==0 ? &quot;闰年&quot; : &quot;平年&quot;; //请填写代码
int maxS = 0;
string maxN = &quot;wu&quot;;
for(int i = 0; i &lt; score.Length; i++){
if(maxS &lt; score[i]){
maxS = score[i];
maxN = name[i];
}
}
Co..(&quot;分..{0},分..{1}&quot;, maxN, maxS);
string temp;
temp=today;
today=tomorrow;
tomorrow=temp;
这赞也有bug,一个人可以赞多次。。。
那个 int y = 5;改成了int y = 6;的,笑死了!
年薪百万: Console.WriteLine(year/4);//求年份除以4的余数
敲的漂亮:onsole.WriteLine(&quot;year/4的余数为{0}&quot;,year/4);
年薪终于过百万俩。。。。
为什么要这样,说好的只写运算符呢?
课程须知
本课程是C#基础课程,热烈欢迎各位小伙伴拍砖吐槽!!
老师告诉你能学到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的语法和程序逻辑

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消