0
What's the difference between = and ==?
2 Answers
+ 3
= is the assignment operator, assigns RHS to LHS.
== checks for equality between RHS and LHS, returns a boolean value.
+ 2
If this helpsâșïžâșïž.
https://code.sololearn.com/cfob4Ie8GuGW/?ref=app