What is wrong with this code?
```
for(int i = 0; i > 5; ++i)
```
A. Nothing.
B. It’s missing a ;
C. It can’t have int i inside the ()
D. It will never execute.
D. It will never execute.
Computer Science & Information Technology
You might also like to view...
Which of the following describes the AutoCorrect function?
a. It maintains consistency whether you double space or indent paragraphs. b. It corrects spelling of commonly used words as you type. c. It marks misspelled words with red lines. d. It removes extra words when they are typed twice in a row.
Computer Science & Information Technology
Forgetting the colon between a column title and the formula would give you an invalid syntax error
Indicate whether the statement is true or false
Computer Science & Information Technology