Calculator project if statements

how can i set if(b=0) as b is an int and it requires a boolean statement??

Did you mean to write,

if (b==0)

?

Yes thanks thats perfect

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.