課程
/后端開發(fā)
/C#
/C#開發(fā)輕松入門
為啥答案是唯一的?
2018-08-19
源自:C#開發(fā)輕松入門 2-18
正在回答
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ? int x = 5;
? ? ? ? ? ? int y = 6;
? ? ? ? ? ? Console.WriteLine(x < y);//輸出True
? ? ? ? ? ? Console.WriteLine(x > y);//輸出False
? ? ? ? ? ? Console.WriteLine(x != y);//輸出True
? ? ? ? }
? ? }
}
就像測試,每道題都有每道題的唯一答案。
只要你想,代碼可以寫成你想要的樣子。
為啥不唯一?
舉報
本門課程是C#語言的入門教程,將帶你輕松入門.NET開發(fā)
3 回答又報錯了。。。
1 回答新手開車?。?!
1 回答又來找人提示
2 回答為什么每次都提醒我了string[]長度沒有被定義,這哪里錯了!我好氣
3 回答為什么又提交不成功,哪里錯了?vs里面都運行成功了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2019-10-31
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
? ? class Program
? ? {
? ? ? ? static void Main(string[] args)
? ? ? ? {
? ? ? ? ? ? int x = 5;
? ? ? ? ? ? int y = 6;
? ? ? ? ? ? Console.WriteLine(x < y);//輸出True
? ? ? ? ? ? Console.WriteLine(x > y);//輸出False
? ? ? ? ? ? Console.WriteLine(x != y);//輸出True
? ? ? ? }
? ? }
}
2019-06-17
就像測試,每道題都有每道題的唯一答案。
2018-09-28
只要你想,代碼可以寫成你想要的樣子。
2018-08-20
為啥不唯一?