Advertisement
joseleonweb

Untitled

Oct 30th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. char[] vocal = {'a', 'e', 'i', 'o', 'u'};
  2. for (int index = 0; index < vocal.length; index++)
  3.     System.out.println(vocal[index]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement