Skip to content

Commit 75b4858

Browse files
Update String_Functions.java
1 parent a99a831 commit 75b4858

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: _12_Strings/String_Functions.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._12_Strings;
2-
31
public class String_Functions {
42
public static void main(String[] args) {
53
String a = "Here is the first String";
@@ -19,4 +17,4 @@ public static void main(String[] args) {
1917
String z = x + y; // z will be 1020 (a String)
2018
System.out.println(z);
2119
}
22-
}
20+
}

0 commit comments

Comments
 (0)