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 a99a831 commit 75b4858Copy full SHA for 75b4858
_12_Strings/String_Functions.java
@@ -1,5 +1,3 @@
1
-package com._12_Strings;
2
-
3
public class String_Functions {
4
public static void main(String[] args) {
5
String a = "Here is the first String";
@@ -19,4 +17,4 @@ public static void main(String[] args) {
19
17
String z = x + y; // z will be 1020 (a String)
20
18
System.out.println(z);
21
}
22
-}
+}
0 commit comments