Console not showing "Welcome to Bulls and Cows"

When I run the code with ctr+F5 the console runs and stays there saying

Press any key to continue . . .

But the cout part of welcome to cows and bulls is nowhere to be seen!
I’m so confused right now.

My Code:

#include

using namespace std;

int main()
{
cout << “Welcome to Bulls and Cows” << endl;
return 0;
}

I’ve sorted it now thank you.

When I run using ctrl+f5 a window pops up sayin do I want to compile and I was saying no. by saying yes it updated my code and worked.

Privacy & Terms