We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d063f commit 52e28b1Copy full SHA for 52e28b1
src/arrays/challenges.md
@@ -13,7 +13,7 @@ Edit the following program so that the output is zero.
13
void main() {
14
// Only change this line
15
String[] words = { "Sam", "I", "Am" };
16
- System.out.println(array.length);
+ System.out.println(words.length);
17
}
18
```
19
0 commit comments