#include using namespace std; int main() { int x=10; if(x==10) { cout << "X is 10" << endl; cout << "X is something" << endl; } system("pause"); return 0; }