/* program to illustrate data type bool */ #include using namespace std; int main() { int x=4, y=0, z=1; bool cond; cond = (x < y - 1) || (y + z >= x) && (x != 0); if (cond) cout <= x) && (x != 0); if (cond) cout <