Question: Write a method call isAlpha that accepts a character parameter and returns true if that character is either an uppercase or a lowercase alphabetic letter.
Write a method call isAlpha that accepts a character parameter and returns true if that character is either an uppercase or a lowercase alphabetic letter. Your main() method should read a single char ch from the user, call your method isAlpha(ch), then print out "Is a letter" or "Is not a letter", depending upon the returned result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
