https://app.codesignal.com/arcade/intro/level-6/6cmcmszJQr6GQzRwW
Check if all digits of the given integer are even.
-
For
n = 248622
, the output should besolution(n) = true
. -
For
n = 642386
, the output should besolution(n) = false
.
https://app.codesignal.com/arcade/intro/level-6/6cmcmszJQr6GQzRwW
Check if all digits of the given integer are even.
For n = 248622
, the output should be
solution(n) = true
.
For n = 642386
, the output should be
solution(n) = false
.