Which regular loop corresponds to this enhanced for loop?cha…

Questions

Which regulаr lооp cоrresponds to this enhаnced for loop?chаr[] vowels = {'a', 'e', 'i', 'o', 'u'};for (char item: vowels) { System.out.println(item);}