Solved

The Syntax ____ Assigns Either the Value Entered in the TxtSales

Question 9

Multiple Choice

The syntax ____ assigns either the value entered in the txtSales control (converted to Decimal) or the number 0 to the third element in the decSales array.


A) Decimal.TryParse(txtSales.Text, decSales(3) )
B) Decimal.TryParse(txtSales.Text, decSales(0) )
C) Decimal.TryParse(txtSales.Text, decSales(2) )
D) TryParse(txtSales.Text, decSales(1) )

Correct Answer:

verifed

Verified

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

Related Questions