asked 200k views
1 vote
Which operator checks to see if two values have the same value? A) = B)== C)!= D)||

1 Answer

6 votes
B ==
The single = is an assignment operator. Common novice mistake to use it as a comparison operator.
answered
User FlipperPA
by
8.7k points

No related questions found