I Love You THIS Much...A Poem by ZiPrivate Sub emoLove.True (… Handles emoLove.True Dim amountILove, amountYouLove As Integer Dim amountMyHappiness, amountYourHappiness As Double amountILove = CDbl(txtILove.Text) amountYouLove = CDbl(txtYouLove.Text) If (amountYouLove > 10) Then amountMyHappiness = amountYouLove * 10 Else If (amountYouLove >= 3) Then amountMyHappiness = amountYouLove * 5 Else amountMyHappiness = amountYouLove * 2 End If End If If (amountMyHappiness > 60.00) Then amountYouHappiness = amountMyHappiness + (amountILove * 10) Else If (amountMyHappiness >= 30.00) Then amountYouHappiness = amountMyHappiness + (amountILove * 5) Else amountYouHappiness = amountMyHappiness + amountILove End If End If txtYouHappiness.Text = CStr(amountYouHappiness) txtMyHHappiness.Text = CStr(amountMyHappiness) End Sub © 2011 Zi |
Stats
175 Views
1 Review Added on November 11, 2011 Last Updated on November 11, 2011 AuthorZiValley Stream, NYAboutWelcome to The Academy for Tortured Souls, I'll be your instructor... Well, that used to be me... I wrote the old bio when I first joined several years ago. I was an emotionally unstable teenager w.. more..Writing
|