#include using namespace std; int main() { int a = 2, b = 2, c; if (c = (a-b)) cout << "The value of c is: " << c; system("PAUSE"); // prevent the console window from closing return 0; }