Question: Write an If...Then...Else statement that displays the string Incorrect quantity in the lblMsg control when the intQuantity variable contains a number that is less than
Write an If...Then...Else statement that displays the string “Incorrect quantity” in the lblMsg control when the intQuantity variable contains a number that is less than 0; otherwise, display the string “Valid quantity”.
Step by Step Solution
3.35 Rating (164 Votes )
There are 3 Steps involved in it
If intQuantity 0 The... View full answer
Get step-by-step solutions from verified subject matter experts
