3. 針對以下Java程式片段,執行後x值為? __________
int a=0,b=0,c=0;
 x=(a+b+c==-3*-b);

詳解 (共 2 筆)

詳解 提供者:william

True

但是JAVA用 1 表示

答案:1

詳解 提供者:dreamshop201606