MCQOPTIONS
Saved Bookmarks
| 1. |
What will be assigned to the dblAvg variable after the code has been executed? Dim intNums() As Integer = {10, 5, 7, 2}. The intTotal, intSub, and dblAvg variables contain the number 0 before the loops are processed. |
| A. | 0 |
| B. | 5 |
| C. | 6 |
| D. | 8View Answer |
| Answer» B. 5 | |