String Incrementer Java Coding Challenge | Edabit | How'd You Code That?

Опубликовано: 07 Июнь 2020
на канале: Ed Clark
512
10

String Incremented

In today’s challenge, you’re tasked with writing a method that increments a string to create a new string.
The rules of the challenge are:
If the string ends with a number, the number should be incremented by 1.
incrementString("foo099") ➞ "foo100"
If the string doesn't end with a number, 1 should be added to the new string.
incrementString("foo") ➞ "foo1"
If the number has leading zeros, the amount of digits should be considered.
incrementString("foobar0009") ➞ "foobar0010"

Closed Captions/Subtitles - [email protected]

Video Editing - [email protected]

Song: Sunflower - Ikson (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
  / ikson  


Смотрите видео String Incrementer Java Coding Challenge | Edabit | How'd You Code That? онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ed Clark 07 Июнь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 512 раз и оно понравилось 10 людям.