Way this code doesn't work? (Java) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Way this code doesn't work? (Java)

public class Program { public static void main(String[] args) { int [ ] myArr = {6, 42, 3, 7}; System.out.println(myArr.lenght); } }

11th May 2018, 12:20 PM
Yuri Fernandes Marinho
Yuri Fernandes Marinho - avatar
3 Answers
+ 1
:-| thanks
11th May 2018, 12:23 PM
Yuri Fernandes Marinho
Yuri Fernandes Marinho - avatar
0
I fixed the word.But still giving error. https://code.sololearn.com/cUGXzXZxkoHe/?ref=app
11th May 2018, 12:29 PM
Yuri Fernandes Marinho
Yuri Fernandes Marinho - avatar
0
I found my mistake.It was in the word again.My English is not very good.
11th May 2018, 12:38 PM
Yuri Fernandes Marinho
Yuri Fernandes Marinho - avatar