How many times will be body of the FOR loop execute. (note the semicolon at the end of FOR statement
for (int i=0; i<20;i++);
{
//body of for loop
}
O Syntax error
O 20
O 21
O Infinite Loop
will save this response