题型:综合题 题类:常考题 难易度:普通
浙江省台州市书生中学2018-2019学年高二上学期信息技术第一次月考试卷
30分钟以内不收费,1小时及以内收费5元,超过一小时后超过部分2元\小时收费(不足1小时的按1小时计算)。小明据此设计了以下VB程序,程序运行界面如图。
Private Sub Command1_Click()
Dim t As Integer , cost As Integer , h As Integer ‘h是小时时长
t=Val(Text1.Text)
If t <= 30 Then
cost=0
Else
h=(t-1)\60+1
If Then
cost=5
Else
cost=
EndIf
EndIf
Text2.Text=
EndSub
试题篮