Write an If...Then...Else statement that displays the string "Balance Due" in thelblMessagecontrol when thedecBalancevariable contains a number that is greater than 0; otherwise, assign the string "Thank you for your payment."
What will be an ideal response?
If decBalance > 0 Then
lblMessage.Text = "Balance Due"
Else
lblMessage.Text = "Thank you for your payment."
End If
Computer Science & Information Technology
You might also like to view...
Facebook lets you upload just about any type of video and share it as a status update, which means all your friends should see it as part of their News Feeds
Indicate whether the statement is true or false
Computer Science & Information Technology
Recently opened programs on the Start menu display on the ________
Fill in the blank(s) with correct word
Computer Science & Information Technology