A-A+

如果在程序中要将c定义为静态变量 且为整型数 则应使用的语句是A.Redim a As In

2022-08-06 00:35:27 问答库 阅读 174 次

问题详情

如果在程序中要将c定义为静态变量,且为整型数,则应使用的语句是
A.Redim a As Integer
B.Static a As Integer
C.Public a As Integer
D.Dim a As Integer请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:B

考点:变量,静态