Capella IT2249 2020 January Unit 4 Discussion Latest

IT2249 Introduction to Programming with Java
Unit 04 Discussion
Determine if a Character is a Letter, a Digit, or Neither
Review the resources and instructions in the Discussion Prep Study before completing this discussion.
For this discussion, you explored some of the available methods of the Character class to manipulate individual characters.
Create a Java program that reads in a single character entered at the console and then prints it out if the character is a letter, a digit, or neither.
Provide screenshots of the result of your work. Your screenshots should look like those in the "IsLetterIsDigitElse Result" Resource.
Explain, briefly, how you completed this exercise, the algorithm you used (via pseudo code or other description tools), the major issues you faced, and how you solved them.

-
Rating:
5/
Solution: Capella IT2249 2020 January Unit 4 Discussion Latest