Which of the following will count down from 10 to 1 correctly, with no added or omitted numbers?
a) For i = 10 to 0 Step -1
b) For i = 10 To 1 Step 1
c) For i As Integer = 10 To 1 Step -1
d) For i As Integer = 1 To 10 Step -1
c) For i As Integer = 10 To 1 Step -1
Computer Science & Information Technology
You might also like to view...
In Excel, you can insert a table beside another table in the same worksheet, and then work with the data in each table separately
Indicate whether the statement is true or false
Computer Science & Information Technology
Why is AGP a better solution for video than previous PCI versions?
A) Because it takes less heat B) Because the video subsystem is isolated C) Because it has its own memory controller D) Because it handles more bits at a time
Computer Science & Information Technology