70. 下列 C/C++程式片段,何者敘述正確?(A)小括號應該改成大括號(B)sum = sum +30 ; 必須使用大括號括起來(C)While 應該改成 while(D)While ( sum <=1000 )之後應該要有分號。