C++

Jan 31, 2013 at 7:53pm
Can someone help me out. If I run a test on it, it says error.
//Display Welcome to the console
#include <iostream>
using namespace std;

int main ()
{
cout << " Welcome to C++!" << endl;
return O;
}
Jan 31, 2013 at 8:04pm
You need to return zero, looks like you are returning O.
Topic archived. No new replies allowed.