Seems like a basic exercise - especially 'OR' (change 2 appearances of '&&' to '||'): private function bitwiseOr(a:int, b:int):int { var result:int = 0; ...
確定! 回上一頁