Greg Brannon wrote: System.out.println( (int)( 'c' ) );
See if that coupled with an ASCII table gives you some ideas how to accomplish the assignment.
Joshua Mccartney wrote:using if/else condition, that determines if the input is a vowel or consonant.