使用复习卡回顾
·
第 1 题,共 5 题
初始化员工姓名数组
开始实验
1
选择最佳答案
哪种类型声明了一个固定数组,用于存储恰好 5 个员工姓名?
A
string
B
[6]string
C
[5]string
D
[5]int