#include<iostream> using namespace std; main() { int x = 5; if(x == 5) { if(x == 5) break; cout << "Hello"; } cout << ”Hi”; }