include<stdio.h>void main(){int a;printf("\n Enter a number to find if its odd or even");scanf("%d",&a);if(a%2==0){printf("\n The number entered is even");}else{printf("\n The number...
even numbers start with 2 4 6 8 10 they are even if you can count them in 2 or divide them by two odd numbers start with 1 3 5 7 8 11 the cannot be counted by two or divided equally