Skip to content

Commit

Permalink
Merge pull request #3 from kharebovOleg/third
Browse files Browse the repository at this point in the history
third bug
  • Loading branch information
kharebovOleg authored May 9, 2022
2 parents 8c3e601 + 577243e commit e87a453
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Check.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ public static void checkUserName(String first, String second) {
System.out.println("Отличное имя!");
System.out.println("Ваше имя имеет длину " + first.length() + " символов");
System.out.println("А без пробелов ваше имя занимает " + first.replace(" ", "").length() + " символов");
System.out.println("2");

System.out.println("3");

}
}
}

0 comments on commit e87a453

Please sign in to comment.