Question: 2 . Create a class charAndStrings in java and add methods to the class to do the following: showASCII ( char ch ) : displays

2. Create a class charAndStrings in java and add methods to the class to do the following:
showASCII(char ch) : displays the numeric value (ASCII) for the character.
countLowerCase(String S) : displays the count of lowercase characters in the String
S.
isALetter(char ch) : displays if the input is a letter or not a letter.
isADigit(char ch) : displays if the input is a digit or not a digit.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!