#include using namespace std ; int main() { int x1 = 5, y1 = 15 ; if ( x1 = 6 ) cout << "If statement." << endl; return(0) ; }