- In the first line, print
Trueif it has any alphanumeric characters. Otherwise, printFalse.In the first line, print
Trueif it has any alphanumeric characters. Otherwise, printFalse.
- In the second line, print
Trueif it has any alphabetical characters. Otherwise, printFalse.In the second line, print
Trueif it has any alphabetical characters. Otherwise, printFalse.
- In the third line, print
Trueif it has any digits. Otherwise, printFalse.In the third line, print
Trueif it has any digits. Otherwise, printFalse.
- In the fourth line, print
Trueif it has any lowercase characters. Otherwise, printFalse.In the fourth line, print
Trueif it has any lowercase characters. Otherwise, printFalse.
- In the fifth line, print
Trueif has any uppercase characters. Otherwise, printFalse.In the fifth line, print
Trueif has any uppercase characters. Otherwise, printFalse.