#include <iostream>
using namespace std;
int main()
{
int length;
length = 7;
cout << "The length is " << length;
return 0;
}
When i run the program, it outputs everything but the screen comes on real fast and then closes and i cant get it to stay running