0
Password - message
Minimum length is 6 Maximum length is15. Conditions for: Password is Okay. Password is very short. PasswordIsVeryVeryVeryLong.
6 ответов
+ 6
DaRlInG_tHiRu_RoCkzZ Can you show your attempts of solving this question?
+ 5
Password is not visible
Please ask your question clearly..
0
Password - message
Minimum length is 6 Maximum length is15.
Print appropriate messages for each condition.
Password - message.
The passwords are inputs.
ABd1234@1-Password is Okay.
abc-Password is too short.
PasswordIsVeryVeryVeryLong - password is very long
0
Input : password entered by the user
Output can be based on
1) if the input password string length is less than 6 then output as password is very short
2) if the input password string length lies between 6 and 15 then output as password is okay
3) if the input password string length is greater than 15 , then output as password is very long
I think this answer might be helpful to u
0
Thank you Bhuvana Karthigeyan