You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [Even or Odd - Which is Greater?](https://www.codewars.com/kata/even-or-odd-which-is-greater"https://www.codewars.com/kata/57f7b8271e3d9283300000b4")
2
+
3
+
Given a string of digits confirm whether the sum of all the individual even digits are greater than the sum of all the individual odd
4
+
digits. Always a string of numbers will be given.
5
+
6
+
* If the sum of even numbers is greater than the odd numbers return: `"Even is greater than Odd"`
7
+
8
+
* If the sum of odd numbers is greater than the sum of even numbers return: `"Odd is greater than Even"`
9
+
10
+
* If the total of both even and odd numbers are identical return: `"Even and Odd are the same"`
-[Exclamation marks series #5: Remove all exclamation marks from the end of words](exclamation-marks-series-number-5-remove-all-exclamation-marks-from-the-end-of-words"57faf32df815ebd49e000117")
0 commit comments