2.請問下列那一個 if 述句可能會產生錯誤訊息,並說明原因,未說明原因者本題 不計分。
述句 A: if ((data!=0) && (item/data)>10)) { }
述句 B: if ((data!=0) & (item/data)>10)) { }