What is the result of compiling and running the following code?


























choice one answer
A. Code does not compile because variable I is declared final within the for loop
B. Code does not compile because an int variable is used to iterate through a char array
C. Prints 2340
D. Prints 3451
E. None of these