課程
/后端開發(fā)
/C#
/C#開發(fā)輕松入門
程序提交后顯示abort什么意思,無法提交
2018-07-27
源自:C#開發(fā)輕松入門 2-17
正在回答
using System;using System.Collections.Generic;using System.Text;
namespace Test{??? class Program??? {??????? static void Main(string[] args)??????? {??????????? double x = 3.5;??????????? int y = 3;
? ? ? ? ? ?x++;??????????? Console.WriteLine(x>y);??????? }??? }}
namespace Test{??? class Program??? {??????? static void Main(string[] args)??????? {??????????? double x = 3.5;??????????? int y = 3;??????????? Console.WriteLine(x>y);??????? }??? }}
我的是ipad版的軟件,每次提交都會出現(xiàn)一個彈窗,上面寫著官網(wǎng)網(wǎng)址,還寫著一個abort
能看一下你的代碼嗎~
舉報
本門課程是C#語言的入門教程,將帶你輕松入門.NET開發(fā)
1 回答C#提交之后沒有顯示
2 回答程序?qū)憣α?,為什么提交就不對了?/p>
3 回答提交沒有顯示結(jié)果?
2 回答代碼正確,但提交后顯示的是這樣的錯誤,是什么原因呢?
2 回答最后一行不懂什么意思
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2019-02-07
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
??? class Program
??? {
??????? static void Main(string[] args)
??????? {
??????????? double x = 3.5;
??????????? int y = 3;
? ? ? ? ? ?x++;
??????????? Console.WriteLine(x>y);
??????? }
??? }
}
2018-11-24
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
??? class Program
??? {
??????? static void Main(string[] args)
??????? {
??????????? double x = 3.5;
??????????? int y = 3;
??????????? Console.WriteLine(x>y);
??????? }
??? }
}
2018-07-27
我的是ipad版的軟件,每次提交都會出現(xiàn)一個彈窗,上面寫著官網(wǎng)網(wǎng)址,還寫著一個abort
2018-07-27
能看一下你的代碼嗎~