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