Question: Jump to level 1 Variable inputString is assigned with a 2 - character string read from input. If inputString's first character is a digit, output

Jump to level 1
Variable inputString is assigned with a 2-character string read from input. If inputString's first character is a digit, output
"The first character is a digit: " followed by the digit. Otherwise, output "The first character is not a digit." End each output with a
newline.
Ex: If the input is 4?, then the output is:
The first character is a digit: 4
#include
Jump to level 1 Variable inputString is assigned

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!