Suppose the days of the year are numbered from 1 to 365 and January 1 falls on a Tuesday as it will in 2019. What is the correct For statement to use if you want only the numbers for the Fridays in 2019?

(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


(A) For i As Integer = 3 to 365 Step 7

Computer Science & Information Technology

You might also like to view...

To create a cell that spans two rows and two columns at the same time, you enter the tag as ____.

A. B. C. D.

Computer Science & Information Technology

Each field in a table can have only one data type

Indicate whether the statement is true or false

Computer Science & Information Technology

Federal rules and laws are changed

A) To keep up with new technology B) To help govern regulations C) To keep up with political policies D) To help explain the differences in physical and cyberlaws

Computer Science & Information Technology

A(n) ____________________ match lookup occurs when the lookup value is found within a range of numbers in the first column (or row) of the lookup table.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology