Computer Science, asked by Anonymous, 4 days ago

# can anyone please find the mistake in this...!!!
( the output is not coming..!! :'( )
# I need a correct answer with a good explanation...!!! ​

Attachments:

Answers

Answered by hiteshgyanchandani6
4

Answer:

That a=b=c part is wrong

instead of that you should use

if ( a==b && a==c)

It is also written on terminal that..

The operator == is undefined for the argument type (s) boolean , int

Similar questions