#include <iostream>using namespace std; int main() { int a = 5;int b = 7; if(a == b){ printf("a is equal to b");} printf("a is not equal to b"); }
Standard input is empty
a is not equal to b
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!