#include <stdio.h>int main() {  int num = 6; if (num % 2 == 0) {  prin(????)tf("%d is even.", num); } else {  printf("%d is odd.", num); } return 0;}