Computer Science, asked by AdarshBanka, 5 months ago

describe the difference between == operator and equals() operator​

Answers

Answered by rajinathawat
1

Answer:

The '==' operator checks whether the two given operands are equal or not.

...

Output:

===It is an assignment operator.It is a relational or comparison operator.It is used for assigning the value to a variable.It is used for comparing two values. It returns 1 if both the values are equal otherwise returns 0.

please mark me in Brainlist

Similar questions