The output is: '42 84'. Remember Java is pass by value, (which means pass by copy), the variable 'orig' is not changed by the go( ) method.
確定! 回上一頁