Question: String string _ input is read from input. If the first two characters are whitespace, and the rest of the string is all lowercase, output
String stringinput is read from input. If the first two characters are whitespace, and the rest of the string is all lowercase, output 'Valid'. Otherwise, output 'Invalid'.
Click here for examples
Ex : If the input is:
wyen
then the output is:
Valid
Ex : If the input is:
at
then the output is:
Invalid
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
