> Correct the syntax error...?

Correct the syntax error...?

Posted at: 2014-12-18 
include

using namespace std;

int main () {

int x = 2;

cout << "this is a test"; //it really is a test

cout << "\nEnter a number: ";

///////////////////////////////////////...

cin >> x;

int z = 10;

cout << "number+1=" << x+1 << endl;

return 0;

}

#include

void main()

{ int n = 2,367;

cout>>"this is a test";//it really is a test

cout>>"\nEnter a number";

////////////////////////////////////////////////////////////

cin<
int z;

z+x=10;

cout>>"number+1=">>x+1>endl;

}