新手在线求解加减乘除算法
Private Sub Command1_Click()Let a = Text1.Text
Let b = Text2.Text
Let c = Text3.Text
Let d = Text4.Text
Let e = Text5.Text
Let f = [ Val(d) - ( Val(a) * Val(e) / Val(b) ) ] / Val(c)
Text6.Text = f
End Sub
本人刚学,请问这句有什么问题啊?
2012-10-19 18:42
2012-10-19 19:56
2012-10-21 08:55
汗!!!
2012-10-21 18:33
2012-10-24 15:02