#include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { int a=5,b=6,c=7; //1.判斷條件 &&: and // bo1 = true && true = true // bo1 = true && false = false // bo1 = false && true = false // bo1 = false && false = false bool bo1 = (ab) || (b>c) = "<