We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8db2 commit 7c218d4Copy full SHA for 7c218d4
Strings/Comparisons.java
@@ -2,8 +2,8 @@
2
3
public class Comparison {
4
public static void main(String[] args) {
5
- String a = "Anshika";
6
- String b = "Anshika";
+ String a = "Ansh";
+ String b = "Ansh";
7
String c = a;
8
// System.out.println(c == a);
9
// ==
0 commit comments