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 f6977c7 commit cca23c2Copy full SHA for cca23c2
src/com/codefortomorrow/beginner/chapter2/practice/VariableTypes.java
@@ -20,7 +20,7 @@ public static void main(String[] args) {
20
// define a double variable on line 21
21
22
23
- // define a boolean variable on line 24 (Hint: true/false) on line 24
+ // define a boolean variable on line 24 (Hint: true/false)
24
25
26
// define a character variable on line 27
@@ -31,4 +31,4 @@ public static void main(String[] args) {
31
32
}
33
34
-
+
0 commit comments