【評論主題】3.高階程式語言“ if ”指令的運用,下列何者正確? 甲、if(a==b) if (c>d) x=c; else x=d; 乙、if(a==b) {if (c>d) x=c;} else
【評論內容】甲等同於if(a==b) { if (☆&☆☆;☆...