Please solve | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Please solve

You're interviewing to join a security team. They want to see you build a password evaluator for your technical interview to validate the input. Task: Write a program that takes in a string as input and evaluates it as a valid password. The password is valid if it has at a minimum 2 numbers, 2 of the following special characters ('!', '@', '#', '

#x27;, '%', '&', '*'), and a length of at least 7 characters. If the password passes the check, output 'Strong', else output 'Weak'. Input Format: A string representing the password to evaluate.

13th May 2021, 3:32 AM
P R I N C E N A I N ✓
P R I N C E  N A I N   ✓ - avatar
2 Answers
+ 2
First show your attempt/code here
13th May 2021, 3:33 AM
Sâñtôsh
Sâñtôsh - avatar
+ 2
If I am not wrong then this is a code coach. Please show your attempt
13th May 2021, 4:37 AM
Atul [Inactive]