Q. Choose the correct syntax of an Enhanced FOR loop in Java below. (A) for(Type variable: Collection) { //statements } (B) for(Type variable; Collection) { //statements } (C) for(Collection: Type variable) { //statements } (D) None ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) for(Type variable: Collection) { //statements }