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 acd3db8 commit 0995938Copy full SHA for 0995938
src/com/codefortomorrow/beginner/chapter2/practice/ApplesOranges.java
@@ -20,7 +20,7 @@ public static void main(String[] args) {
20
// print out number of oranges using variables, output: "I have 10 oranges." (line 21)
21
22
23
- // print out number of apples, output: "I have 24 apples." (line 24)
+ // print out number of apples using variables, output: "I have 24 apples." (line 24)
24
25
26
}
0 commit comments