question on loop in java

Posted by davit-datuashvili on Stack Overflow See other posts from Stack Overflow or by davit-datuashvili
Published on 2010-06-15T08:03:41Z Indexed on 2010/06/15 8:12 UTC
Read the original article Hit count: 217

Filed under:
|

can anybody tell me what is mistake here?

 while ((char t==(char) System.in.read())!='0')

?

© Stack Overflow or respective owner

Related posts about java

Related posts about algorithm