A.switch(a+b) { ...... } B.switch( a+b3.0 ) { ...} C.switch a { ...... } D.switch ( a/3.0 ) { ...}
A.運算結構 B.程序控制結構 C.順序結構 D.以上都不是
A.15 B.20 C.16 D.12