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 string_input 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 1: If the input is:
wyen
then the output is:
Valid
Ex 2: 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 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 Databases Questions!