You may define a __________ in the initialization expression of a for loop.
a. constant
b. function
c. variable
d. new data type
e. None of these
c. variable
Computer Science & Information Technology
You might also like to view...
Give a statement that deletes all graphics and text from picOutput.
(A) picOutput.Clear() (B) picOutput.Text =" " (C) picOutput.Delete() (D) picOutput.Refresh()
Computer Science & Information Technology
5. Suppose an array fruit is ["apple", "orange", "grape", "peach"]. fruit[1] is ___.
A. "apple" B. "orange" C. "grape" D. "peach" E. None of the above. There is no fruit[1]. You will get an "undefined" when you try to access fruit[1].
Computer Science & Information Technology