Write a program in a vb define the simple intrrest
Answers
Answered by
0
Explanation:
Private Sub Command1_Click()
Dim P As Integer, R As Integer, T As Integer, SI As Variant
P = Text1.Text
R = Text2.Text
T = Text3.Text
SI = P * R * T / 100
Text4.Text = SI
Text5.Text = P - SI
End Sub
Private Sub Command2_Click()
End
End Sub
Similar questions
Math,
5 months ago
Hindi,
5 months ago
Computer Science,
10 months ago
Accountancy,
10 months ago
Math,
1 year ago
Social Sciences,
1 year ago
English,
1 year ago