Sorry! Posting Assignment is allowed only for commercial accounts.
#includeiostream using namespace std; int main(){ int a = 132; int b = 132; if ( (a ^ b) ) cout"a is not equal to b"; else cout"a is equal to b"; return 0; }