Skip to content

Commit 7c218d4

Browse files
String Comparison
1 parent 4cf8db2 commit 7c218d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Strings/Comparisons.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
public class Comparison {
44
public static void main(String[] args) {
5-
String a = "Anshika";
6-
String b = "Anshika";
5+
String a = "Ansh";
6+
String b = "Ansh";
77
String c = a;
88
// System.out.println(c == a);
99
// ==

0 commit comments

Comments
 (0)