Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: hi.. can you help me fixing my program.. import java.io.*; public class Vowels { public static void main (String args[])throws IOException { BufferedReader input = new BufferedReader (new InputStreamReader(System.in)); char [] Vowel= {a, e, i, o, u,} ; int j,k; System.out.println("\tT H E V O W E L S "); … |
The End.