Which of the following assignment statements will not calculate correctly? a. lblTotal.Text = Val(txtSales1.Text) + Val(txtSales2.Text) b.

Question:

Which of the following assignment statements will not calculate correctly?

a. lblTotal.Text = Val(txtSales1.Text) + Val(txtSales2.Text)

b. lblTotal.Text = 4 – Val(txtSales1.Text)

c. lblTotal.Text = Val(txtQuantity.Text + 3)

d. All of the above assignment statements will calculate correctly.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: