In Java, expressions return values, whereas statements do not. // "if" is a statement because it doesn't return a value: String s; if ( ...
確定! 回上一頁