VB编写分数等级代码问题
答案:6 悬赏:30 手机版
解决时间 2021-12-16 20:52
- 提问者网友:孤酒醉
- 2021-12-16 14:16
文本框分别名为Text1和Text2,命令按钮名为Command1。请编写事件过程实现:在Text1中输入分数后,单击命令按钮即在Text2中显示相应等级。
最佳答案
- 五星知识达人网友:duile
- 2022-01-22 05:38
Private Sub Command1_Click()
If Val(Text1.Text) < 60 Then Text2.Text = "不及格,你傻啊"
If Val(Text1.Text) >= 60 And Val(Text1.Text) < 70 Then Text2.Text = "及格"
If Val(Text1.Text) >= 70 And Val(Text1.Text) < 80 Then Text2.Text = "良好"
If Val(Text1.Text) >= 80 And Val(Text1.Text) < 90 Then Text2.Text = "优秀"
If Val(Text1.Text) >= 90 And Val(Text1.Text) <= 100 Then Text2.Text = "你真棒"
End Sub
If Val(Text1.Text) < 60 Then Text2.Text = "不及格,你傻啊"
If Val(Text1.Text) >= 60 And Val(Text1.Text) < 70 Then Text2.Text = "及格"
If Val(Text1.Text) >= 70 And Val(Text1.Text) < 80 Then Text2.Text = "良好"
If Val(Text1.Text) >= 80 And Val(Text1.Text) < 90 Then Text2.Text = "优秀"
If Val(Text1.Text) >= 90 And Val(Text1.Text) <= 100 Then Text2.Text = "你真棒"
End Sub
全部回答
- 1楼网友:你哪知我潦倒为你
- 2022-01-22 03:42
再婚方需要的证件有:户口簿、离婚证、身份证。
初婚方需要的证件:户口簿、身份证。
- 2楼网友:时间的尘埃
- 2022-01-22 03:13
就是未婚
- 3楼网友:毛毛
- 2022-01-22 03:07
结婚证上都是一样的,不会写出来是第几次结婚。
- 4楼网友:洒脱疯子
- 2022-01-22 02:31
在结婚证上不会体现对方离婚的事实,但是档案里有记录
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯