We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b73338 commit 6c728fcCopy full SHA for 6c728fc
2 files changed
TeachingKidsProgramming/src/jars/TeachingKidsProgramming.jar
0 Bytes
TeachingKidsProgramming/src/org/teachingkidsprogramming/section06modelviewcontroller/OneFishTwoFish.java
@@ -22,7 +22,7 @@ private static void tellAStory(final String input)
22
// Use 'fish' as the base text w/your scanner [story] HINT: useDelimeter --#5
23
// Get the next number to use in your scanner [story] HINT: nextInt --#7
24
// Get the next value to use in your scanner [story] HINT: next --#9
25
- // Iterate over each fish [string] HINT: Interable --#10
+ // Iterate over each fish [string] HINT: Iterable --#10
26
// Create a new string iterator --#11
27
// Create a new scanner for your input --#12
28
// Use a comma to separate the strings in your story HINT: useDelimeter --#13
0 commit comments