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

C#开发轻松入门

难度入门
时长 4小时43分
学习人数
综合评分9.40
833人评价 查看评价
9.5 内容实用
9.5 简洁易懂
9.2 逻辑清晰
以后直接用高精度的不就完事了嘛
害我找半天

最新回答 / qq_慕运维0487080
using System;using System.Collections.Generic;using System.Text;namespace Test{    class Program    {        static void Main(string[] args)        {            string today;//今天的午饭            string tomorrow;//明天的午饭            string temp;//中间变量         ...
我们的逗比老师呢
Console.Write(name[i]+",");
就一个逗号 用英语半角逗号。。。。。。。。。。。。。。。。。。。
大神们,不来个结构体吗???????
int[] score = new int[] {89,39,100,51,94,65,70 };//分数
Console.Write("不及格的有:");
for (int i = 0; i < score.Length ; i++)
{
if( score[i]<60 )//筛选条件
Console.Write(score[i]+",");
}
int[] score = new int[] {89,39,100,51,94,65,70 };//分数
Console.Write("不及格的有:");
for (int i = 0; i < score.Length ; i++)
{
if( score[i]<60 )//筛选条件
Console.Write(score[i]+",");
}
Console.WriteLine(NAME+"出生在"+CITY+"的一个工人家庭");
是啊,声音老师刺啦刺啦的
挺好玩的~~~~~~~~~~~
if (money >= 100000)
Console.WriteLine("送一台微波炉")
else if (money >= 50000 && money < 100000)
Console.WriteLine("送一套茶具")
else if (money >= 10000 && money < 50000)
Console.WriteLine("送一袋大米")
else
Console.WriteLine("没有礼品")


这个是对的,已经运行成功,由于字数限制,符号空格没打出
得好好动脑子了
int x = 5;
int y = 6;
if (x >= y){
if (x >= 5)
Console.WriteLine("5");}
else
if (y >= 6)
{Console.WriteLine("6");}
else
Console.WriteLine("7");
课程须知
本课程是C#基础课程,热烈欢迎各位小伙伴拍砖吐槽!!
老师告诉你能学到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的语法和程序逻辑

微信扫码,参与3人拼团

微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

友情提示:

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消