if (isCodingFun) {
    cout << "Coding is fun!" << endl;
} else {
    cout << "Coding is not fun." << endl;
}