A Admin • 828.03K Points Coach 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 Correct Answer - Option(A) Views: 12 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.