+ 1
What exactly does == mean?
3 Answers
+ 1
double equals means that you compare the values and return a true or false. a single equals means you assign that variable to a value
0
== looks for an exact match between the values on either side
0
comparison with a condition of "is equal to"