check

CF

Check All Vowels Present

The program must accept a string S. The program must print yes if all the vowels are present in S as the output. Else the program must print…
CF

Check Repeated Alphabets

The program must accept a string value S as the input. The program must print invalid if the alphabets are repeated continuously for more than…
CF

Strong password check

Recently a security committee decided to enforce the following rules when an employee creates/changes his/her password. ->The password must…
PythonF

Password Check

iven a word, check if it is a valid password or not.  A password is said to be valid if it satisfies the following conditions: i) Should…
PythonF

Integers – Check Triplets

The program must accept N integers as the input. The program must print Yes if there is at least one triplet (a, b, c) in the given N integers…