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
Computer Science,
1 month ago
Computer Science,
1 month ago
Social Sciences,
3 months ago
Math,
3 months ago
Math,
10 months ago
Science,
10 months ago