/* tests if and if/else */ if (readBool) { if (readInt < 0) print true; else print false; }