812
there's the errors
Type: Posts; User: Melvrick
812
there's the errors
I'm supposed to compare objects within a list to a given value and then pass them to another list if the values tally. But the code does not compile; javac says cannot find symbol
public class...
I see. It works now. Thanks alot!! =)
Hi. I've just started learning java. Tried compiling and got this error "bad operand types for binary operator || "
here's my code:
if ((height = 0) || (width = 0)) {...