Question: Three characters are read from input into variables char 1 , char 2 , and char 3 . If char 1 and char 3 are
Three characters are read from input into variables char char and char If char and char are both digits, then output "Digits chosen". Otherwise, output "Not only digits chosen". End each output with a newline.
Ex : If the input is @ then the output is:
Digits chosen
Ex : If the input is d then the output is:
Not only digits chosen
Step 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
