1#include<stdio.h>2intmain(){
3int num;
4printf("Enter an integer: ");
5scanf("%d", &num);
6// true if num is perfectly divisible by 27 num % 2 == 0 ? printf("%d is even.", num); : printf("%d is odd.", num);
8return0;
9}
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content