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 199fb87 commit 40b8662Copy full SHA for 40b8662
src/com/codefortomorrow/beginner/chapter2/solutions/VariableTypes.java
@@ -20,7 +20,7 @@ public static void main(String[] args) {
20
// define a double variable on line 21
21
double decimal = 23.2352536d;
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
double dogsOut = true; // the dogs are out :)
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