Forum: VB.NET Apr 30th, 2006 |
| Replies: 2 Views: 3,493 Re: vb.net NEWBIE!! Triangle problem!! Figured it out thanks for the help:
Dim strTriangle As String
Dim intSide1, intSide2, intSide3 As Integer
Dim intShortSide As Integer
'
' Ask for user Input
... |
Forum: VB.NET Feb 24th, 2006 |
| Replies: 2 Views: 3,493 vb.net NEWBIE!! Triangle problem!! Hello to everyone! I have just started taking what is described as a beginning Visual Basic.Net class. I have no programming knowledge, except my class time which started mid January.
Right now I'm... |