2009年2月1日 星期日

麗山50題之43

image_thumb[2]

image_thumb[8] 

Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If TextBox1.Text < 100 Then
            If TextBox2.Text < 100 Then
                TextBox3.Text = Val(TextBox1.Text) / Val(TextBox2.Text)
            End If
        End If
    End Sub
End Class

沒有留言:

張貼留言