Question: solve CHALLENGE ACTIVITY 3.15.1: Character operations. 702034 5259138.mp3my7 Start Variable inputString is assigned with a 2-character string read from input. If inputString's second character is
solve
CHALLENGE ACTIVITY 3.15.1: Character operations. 702034 5259138.mp3my7 Start Variable inputString is assigned with a 2-character string read from input. If inputString's second character is not a digit, output 'The second character is not a digit." Otherwise, output "The second character is a digit: " followed by the digit. End each output 2 with a newline. 3 Ex: If the input is 64, then the output is: The second character is not a digit. import java. util. Scanner; public class StringChecker { public static void main(String args) { Scanner sonr = new Scanner (System. in); String inputString; 7 inputString = scor. nextLine(); g 10 /* Your code goes hereStep by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
