Popular repositories Loading
-
-
Quarter-of-the-year
Quarter-of-the-year PublicGiven a month as an integer from 1 to 12, return to which quarter of the year it belongs as an integer number.
Java
-
Total-amount-of-points
Total-amount-of-points PublicOur team's match results are recorded in a collection of strings. Each match is represented by a string in the format "x:y", where x is our team's score and y is our opponents score. We need to wri…
Java
-
Get-the-Middle-Character
Get-the-Middle-Character PublicYou are going to be given a word. Your job is to return the middle character of the word. If the word's length is odd, return the middle character. If the word's length is even, return the middle 2…
Java
-
Vowel-Count
Vowel-Count PublicReturn the number (count) of vowels in the given string. We will consider a, e, i, o, u as vowels for this Kata (but not y). The input string will only consist of lower case letters and/or spaces.
Java
-
Square-Every-Digit
Square-Every-Digit PublicWelcome. In this kata, you are asked to square every digit of a number and concatenate them. For example: An input of 765 will/should return 493625 because 72 is 49, 62 is 36, and 52 is 25. (49-36-…
Java
If the problem persists, check the GitHub status page or contact support.