What value is assigned to lblSum.Text by the following code ?
```
Dim intTotal As Integer = 0
For intOuter = 1 To 3
For intInner = intOuter To 3
intTotal += intOuter * intInner
Next
Next
lblSum.Text = intTotal.ToString()
```
a. 9
b. 16
c. 25
d. 36
c. 25
You might also like to view...
A ComboBox combines features of a TextBox and a __________.
a) Button b) Itembox c) ListBox d) SliderBox
A(n) __________ is a special built-in pointer that is available to a class's member functions..
a. this pointer b. &constructor pointer c. ~destructor *ptr d. overload operator, -> e. None of these
Business users access BI applications via the Web or through organizational ______ and extranets?.
Fill in the blank(s) with the appropriate word(s).
LDAP and Kerberos are commonly used for which of the following?
A. To perform queries on a directory service B. To store usernames and passwords for Federated Identity C. To sign SSL wildcard certificates for subdomains D. To utilize single sign-on capabilities