課程
/后端開(kāi)發(fā)
/C#
/C#開(kāi)發(fā)輕松入門(mén)
程序提交后顯示abort什么意思,無(wú)法提交
2018-07-27
源自:C#開(kāi)發(fā)輕松入門(mén) 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版的軟件,每次提交都會(huì)出現(xiàn)一個(gè)彈窗,上面寫(xiě)著官網(wǎng)網(wǎng)址,還寫(xiě)著一個(gè)abort
能看一下你的代碼嗎~
舉報(bào)
本門(mén)課程是C#語(yǔ)言的入門(mén)教程,將帶你輕松入門(mén).NET開(kāi)發(fā)
1 回答C#提交之后沒(méi)有顯示
2 回答程序?qū)憣?duì)了,為什么提交就不對(duì)了?
3 回答提交沒(méi)有顯示結(jié)果?
2 回答代碼正確,但提交后顯示的是這樣的錯(cuò)誤,是什么原因呢?
2 回答最后一行不懂什么意思
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
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版的軟件,每次提交都會(huì)出現(xiàn)一個(gè)彈窗,上面寫(xiě)著官網(wǎng)網(wǎng)址,還寫(xiě)著一個(gè)abort
2018-07-27
能看一下你的代碼嗎~