The output of the code will be :-

#include iostream
using namespace std;

int main() {
int n;
n =67;

(n % 2 == 0) ? cout n " is even." : cout n " is odd.";
return 0;
}

Posted on by