is a==b a boolean statement?
Answers
Answered by
0
Answer:
it is boolean if you type this in script
if(a==b)
{
}
it is not boolean if you write this
a==b
which means a equals to b
Answered by
0
Answer:
AB=BA
I hope it helps you
Similar questions