C programs and question bank.
#include void main() {
int num; printf("Enter a number \n"); scanf("%d",&num); if (num%2==0) { printf(" The number is Even"); else printf(" The number is Odd") } getch(); }
No comments:
Post a Comment