The "for" statement does 3 things. First you declare/intantiate something. Then you declare a condition. Finally, you declare an action. In your example, you create an integer 'i', check that the...