Question: In Racket The input to this function takes a single integer. Determine if the digits are even or odd. If all digits are even return
In Racket
The input to this function takes a single integer.
Determine if the digits are even or odd.
If all digits are even return true.
If all digits are odd return true.
If a digit contains odd and even numbers return false.
Example. 80 = true all even; 33 = true all odd; 346 = false, it contains even and odd numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
