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 c8c4403 commit 681451eCopy full SHA for 681451e
lesson_11/arrays_java/arrays_app/src/main/java/com/codedifferently/lesson11/Lesson11.java
@@ -43,7 +43,7 @@ public static void main(String[] args) {
43
44
String[] words = {
45
"leet", "code", "hello", "world"
46
- }; // Creates an Array named words that contains a series of strings.
+ }; // Creates an Array named words that contains a series of strings.[]
47
48
char x = 'e'; // Calls for a specific char
49
System.out.println(findWordsContaining(words, x)); // Prints out findWordsContaining method
0 commit comments