Tue or False: When writing a for-each loop, we need a colon (not a semicolon) to sepearate the variable and the collection of items

True, these two components go inside the loop's parentheses separated by a colon
  • False, we separate these two components with a semicolon
  • False, we separate these two components with four spaces
  • False, we do not separate these two components with any punctuation

There are no hints for this question