#include //#include // for strln function #include using namespace std; int main() { string str1,str2, str3; int i = 5; stringstream out; there: cout<<"Enter integer : " ; cin>>i; out << i; str1 = out.str(); cout << str1 <>str2; if(str2=="yes"){ goto there; } if(str2=="no"){ return 0; } return 0; }