Hello.

I have a few questions:

1. Which of the following for loop statements are correct? *
for(int i = 0; i < 10; i++);
for(i < 4; i++; i = 8);
none of the answers is correct
for(int i =...