How to make calculator in the vb.net
Submitted by princenathan on Thursday, November 4, 2010 - 12:48.
Comments
plz., input is pass or output in failed
Private Sub Command()
If average > 75 Then
txtGrade.Text = "Pass"
If average 74 Then
txtGrade.Text = "Fail"
End If
End Sub
Add new comment
- Add new comment
- 50 views