0
Помогите, плиз, найти ошибку!
Напишите программу, которая будет беспрерывно принимать пароль в качестве входных данных и выводить Write password, пока клиент не введет правильный пароль. Мой код https://sololearn.com/compiler-playground/cq18nPu84f7F/?ref=app
3 Respuestas
+ 1
Hellu, Its better to use an IDE for such inputs, for exemple Eclipse, your code should work what i can see..
To make it work with online compilers you need to split inputs into separate lines like this:
22
33
88
8819
And then click the Submit button.
One number at a time will not work with online compilers, so an IDE is much better to use for this.
+ 1
JavaBobbo thank you very much!☺️
+ 1
No problem!😊