Computer Science, asked by santoshshrestha51824, 3 months ago

______statement will check if a is equal to b.
(A) if (a=b):
(B) if (a == b):
(C) if (a === b):​

Answers

Answered by vedp15813
1

Answer:

Option B

if(a==b)

mark me the brainliest

Thanks

Similar questions