What is produced by a for statement with a correct body and with the following header
for ( i = 20; i >= 2; i += 2 )
Group of answer choices
a syntax error
a divide-by-zero error