write a c program to check all the digit of the number are alternetly even or odd in neature
Answers
Answered by
1
Answer:
please mark as brainlest and like me
Explanation:
Given an integer N, the task is to check if the given number N is even or odd. If it is found to be even, then print “Even”. Otherwise, print “Odd”.
Examples:
Input: N = 2
Output: Even
Input: N = 5
Output: Odd
Similar questions