Computer Science, asked by sujan2002, 3 days ago

is a==b a boolean statement?

Answers

Answered by bishnoisujal99
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 atharvsingh24
0

Answer:

AB=BA

I hope it helps you

Similar questions