Skip to content

Commit ce53b0c

Browse files
Literals
1 parent de4557b commit ce53b0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

4.Literals/CWH_04_literals.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ public static void main(String[] args) {
1010
float f1 = 5.6f;
1111
double d1 = 4.66;
1212
boolean a = true;
13-
14-
System.out.print(age);
15-
1613
String str = "Harry";
1714

15+
System.out.print(age);
1816
System.out.println(str);
1917
}
2018
}

0 commit comments

Comments
 (0)