Skip to content

Commit cca23c2

Browse files
armeetjphrdang
andauthored
Update src/com/codefortomorrow/beginner/chapter2/practice/VariableTypes.java
Co-authored-by: Rebecca Dang <[email protected]>
1 parent f6977c7 commit cca23c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/codefortomorrow/beginner/chapter2/practice/VariableTypes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static void main(String[] args) {
2020
// define a double variable on line 21
2121

2222

23-
// define a boolean variable on line 24 (Hint: true/false) on line 24
23+
// define a boolean variable on line 24 (Hint: true/false)
2424

2525

2626
// define a character variable on line 27
@@ -31,4 +31,4 @@ public static void main(String[] args) {
3131

3232
}
3333
}
34-
34+

0 commit comments

Comments
 (0)