6. 下面程式片段使用「結構化程式設計」的哪項基本結構?
myAge = 12
PRINT "Next year I will be: "
PRINT myAge + 1
PRINT "In two years I will be: "
PRINT myAge + 2
PRINT "In three years I will be: "
PRINT myAge + 3
(A)循序結構(sequence)
(B)平行結構(parallel)
(C)條件結構(condition)
(D)重複結構(iteration)

答案:登入後查看
統計: A(275), B(4), C(17), D(10), E(0) #2350819

詳解 (共 2 筆)

#4140884
循序結構(Sequence struct...

(共 123 字,隱藏中)
前往觀看
1
0
#5746264
結構化程式設計包含三種基本結構,分別是:...
(共 352 字,隱藏中)
前往觀看
1
0