0
Write a program which ask a password and checks with already stored password ? User has 3 chances
constraints: 1.Must use for loop 2.No break keyword or condition like (n==4) is allowed to terminate for loop
2 Answers
+ 11
There are many examples at the code playground.
Don't forget to credit the original author if you use any of them.
0
@Tashi N can you share link I can't find it