Solved

The Following Statement Contains What Type of Error

Question 18

Multiple Choice

The following statement contains what type of error?
txtAverage.Txt = CStr(CDbl(txtNum1.Text) + CDbl(txtNum2.Text) / 2)


A) a syntax error only
B) a logic error only
C) both a syntax error and a logic error
D) no errors

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions