From f678b6668420c32231cb1722c06f6a1046a52652 Mon Sep 17 00:00:00 2001 From: Betul Ekren <117034911+bettekren@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:25:33 +0300 Subject: [PATCH] Update Main.java --- CreateUserLogin/CreateUserLogin/src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");