Question: Write a program that reads a char as an input from the keyboard and outputs whether it is a digit. (Hint: look for a method
Write a program that reads a char as an input from the keyboard and outputs whether it is a digit. (Hint: look for a method in the Character class.)
This is for my Java class, use if and else if statements for this program. If anyone can help that would be awesome! The output should look something like the following picture:

Problems Javadoc Declaration O Console 23 Kterminated DigitCheck Java Application] C:\Program FilesUava jre1.8.0 111 binjavaw.exe Jan 3, 2017, 12:15:05 PM) Enter a character 1 h is a digit or if a letter is entered: Problems i Javadoc Q, Declaration Console >3 terminated DigitCheck Java Application] CAProgram FilesUavaVre1.8.0 111 binVavaw.exe (an 3r 2017, 12 15:40 PM) Enter a character a a is not a digit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
