Multiple Choice
Suppose the days of the year are numbered from 1 to 365 and January 1 falls on a Tuesday as it did in 2013. What is the correct For statement to use if you want only the numbers for the Fridays in 2013?
A) For i As Integer = 3 to 365 Step 7
B) For i As Integer = 1 to 365 Step 3
C) For i As Integer = 365 To 1 Step -7
D) For i As Integer = 3 To 365 Step 6
Correct Answer:

Verified
Correct Answer:
Verified
Q43: The value of the counter variable in
Q44: When Visual Basic executes a Do While
Q45: The value of lstBox.Items(n) is the nth
Q46: The _data type is most suited to
Q47: The body of a For...Next loop in
Q49: How many lines of output are produced
Q50: The number of items in ListBox1 is
Q51: Each item in a list box is
Q52: Which of the following expressions refers to
Q53: A Do…Loop Until block is always executed