A:整理器材,结束实验
B:换用不同规格的小灯泡,再测出几组电压值
C:分析数据,得出结论
D:换用电压表的另一量程,再测出几组电压值
Dim a,b,c As Integer
Dim s AS string
a=9
b=41
c=2*(a+b)
s=str(b+c)