diff --git a/CreateUserLogin/CreateUserLogin/src/Main.java b/CreateUserLogin/CreateUserLogin/src/Main.java index 673ec92..34a7f3d 100644 --- a/CreateUserLogin/CreateUserLogin/src/Main.java +++ b/CreateUserLogin/CreateUserLogin/src/Main.java @@ -20,7 +20,7 @@ public static void main(String[] args) { else { String enterPassword = password; System.out.println("Your password is wrong"); - System.out.println("Dou you want to reset your password? 1-Yes 2-No"); + System.out.println("Dou you want to reset your password? 1-Yes 2-No "); int choose = input.nextInt(); if(choose == 1){ System.out.println("Your new password shouldn't same with before password and shouldn't wrong.");