课程
/后端开发
/C#
/C#开发轻松入门
程序提交后显示abort什么意思,无法提交
2018-07-27
源自:C#开发轻松入门 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版的软件,每次提交都会出现一个弹窗,上面写着官网网址,还写着一个abort
能看一下你的代码吗~
举报
本门课程是C#语言的入门教程,将带你轻松入门.NET开发
1 回答C#提交之后没有显示
2 回答程序写对了,为什么提交就不对了?
3 回答提交没有显示结果?
2 回答代码正确,但提交后显示的是这样的错误,是什么原因呢?
2 回答最后一行不懂什么意思