Posts
 
Reputation
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
~213 People Reached
Favorite Forums
Favorite Tags
java x 2

1 Posted Topic

Member Avatar for sunil_skmd

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 "); …

Member Avatar for javaAddict
0
213

The End.