0
Help me . I cant pass all test with this.(SOLVED)
I wrote a password validation code in java but i am unable to pass all test case and i cant even see my mistake because test case is locked . please help me . what's wrong in this 👇 ? i wrote it in java. https://code.sololearn.com/c1u0ZYEPj4bf/?ref=app
2 Respostas
+ 3
in speccount(), numcount() methods just change condition from ==2 to >=2
0
oh lol. i forgot that . Thanks