Hello,

Sign up to join our community!

Welcome Back,

Please sign in to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

You must login to ask a question.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  • 0
Homework Help Staff
Teacher

Write a vb program to calculate the area of an triangle

Write a vb program to calculate the area of an triangle

Related Questions

1 Answer

  1. Private Sub Command 1_click( )

    Dim A , B As String

    Dim C As Integer

    A = Text1.Text

    B = Text2.Text

    C = Val(A) * Val(B)

    Text3.Text = ” “

    Text3.Text = C

    End Sub

You must login to add an answer.