请更正此java程序并解释什么是错误。 [英] Please correct this java programs and explain what is error.

查看:81
本文介绍了请更正此java程序并解释什么是错误。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

class myclass{
	public static void main(String args[]){
	char array[][]=new char[3][3];
        array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
	
        }
}



请解释我这些错误和错误是:

myclass.java: 4:错误:不是声明

array [] [] = {{'1','2','3'},{'4','5','6'}, {'7','8','9'}};

^

myclass.java:4:错误:';'预计

array [] [] = {{'1','2','3'},{'4','5','6'},{'7','8','9'} };

^

myclass.java:4:错误:不是声明

array [] [] = {{'1', '2','3'},{'4','5','6'},{'7','8','9'}};

^

myclass.java:4:错误:';'预期

array [] [] = {{'1','2','3'},{'4' ,'5','6'},{'7','8','9'}};

^

myclass.java:4:错误:非法开始表达

array [] [] = {{'1','2','3'},{'4','5','6 },{'7','8','9'}};

^

myclass.java:4:错误:不是声明

array [] [] = {{'1','2','3'},{'4','5','6'},{'7','8','9' } $;

^

myclass.java:4:错误:';'预期

array [] [] = {{'1 ','2','3'},{'4','5','6'},{'7','8','9'}};

^

myclass.java:4:错误:非法开始表达

array [] [] = {{'1','2','3'},{' 4','5','6'},{'7','8','9'}};

^

myclass.java:4:错误:不是声明

array [] [] = {{'1','2','3'},{'4','5','6'},{' 7','8','9'}};

^

myclass.java:4:错误:';'预期

array [] [] = {{'1','2','3'},{'4','5','6'},{'7','8', '9'}};

^

10个错误


please explain me these errors and error are:
myclass.java:4: error: not a statement
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: ';' expected
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: not a statement
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: ';' expected
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: illegal start of expression
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: not a statement
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: ';' expected
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: illegal start of expression
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: not a statement
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
myclass.java:4: error: ';' expected
array[][]={{'1','2','3'},{'4','5','6'},{'7','8','9'}};
^
10 errors

推荐答案

尝试阅读有关数组并获取了解这个主题。

你可以使用很多在线资料。



例如:

< a href =https://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html> Java™教程:数组 [ ^ ]



< a href =http://mathbits.com/MathBits/Java/arrays/Initialize.htm>开始JAVA:数组 [ ^ ]



多维数组 [ ^ ]



如果查看链接你上面可能会学到一些东西。 : - )
Try to read about arrays and get an understanding about the topic.
There is plenty of online material you can use.

Examples:
The Java™ Tutorials: Arrays[^]

Beginning JAVA: Arrays[^]

Multidimensional Arrays[^]

If you check out the links above you might actually learn something. :-)


No。

首先是因为我们不知道它应该做什么,其次是因为它什么也没做,第三是因为我们做了不做你的功课:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



如果遇到具体问题,请询问相关问题,我们会尽力提供帮助。但我们不打算为你做这一切!
No.
Firstly because we don't know what it should do, secondly because it doesn't do anything, and thirdly because we do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!


这篇关于请更正此java程序并解释什么是错误。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆