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 52e28b1 commit 7e24c8bCopy full SHA for 7e24c8b
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(words.length);
+ IO.println(words.length);
17
}
18
```
19
0 commit comments