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

C#开发轻松入门

难度入门
时长 4小时43分
学习人数
综合评分9.40
830人评价 查看评价
9.5 内容实用
9.5 简洁易懂
9.2 逻辑清晰
God,你离成神已经不远了!下一节吧。。
编译通过: for(int y=0;y<7;y++)
for(int x=0;x<7;x++)
if(x==y||x==6-y)
Console.Write('o');
else
Console.Write(".");//请完善代码
Console.WriteLine();
我这代码拿到VS上都编译出结果了,为什么在这里老是出错??
int x=0;x<6;x++
for (int x=1;x<13 ; x++)
盖楼 int x = 1;
int sum = 0;//和,初始化为0
while (x <= 30)//循环条件
{
if (x%2==1)//筛选条件
sum += x;
x++;
}
发月饼啦!switch (job)
{
case "局长": Console.Write("发双黄月饼"); break;
case "处长": Console.Write("发蛋黄月饼"); break;
case "科长": Console.Write("发枣泥月饼"); break;
default: Console.Write("发五仁月饼"); break;
}
int x=1;
bool a = ++x * x > 3; // 我理解啊,“++“是一元运算,所以实际 bool a = Ture(x=++x;x=x*x;bool a = 4>3,返回Ture)
bool b = a;//请赋值
Console.WriteLine(a==b);
string text;//请填写代码
text =(year/4)==1? "闰年":"平年";
正确答案: if(money >=100000)
Console.WriteLine("送一台微波炉");
if(money >=50000)
Console.WriteLine("送一套茶具");
if(money>=10000)
Console.WriteLine("送一袋大米");
else
Console.WriteLine("没有礼品") ;
李英俊 4岁,笑凯瑞..
正确答案: if (x >= y)
{
if (x >= 5)
Console.WriteLine("5");
}
else
if (y >= 6)
Console.WriteLine("6");
else
Console.WriteLine("7");
题目出的不合理,换行不换行不应该影响结果。
为什么if(!sex)不对?!

最赞回答 / qq_夜星辰_0
using System;using System.Collections.Generic;using System.Text;namespace Test{    class Program    {        static void Main(string[] args)        {            //请完善代码                        for(int i = 1; i<=7 ; i++){               for(int j=1;j<=...
课程须知
本课程是C#基础课程,热烈欢迎各位小伙伴拍砖吐槽!!
老师告诉你能学到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的语法和程序逻辑

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消