+ 1
what does operator mean == plz explain
explain this operator ==
2 Respostas
+ 6
= (single equal to represent assignment to some variable)
== (Double equal to check whether applied variables are equal in value (reference also). )
+ 1
Checks if two variables have same value
A==B is true if both are same value