Identify any syntax errors in the following statements. Assume that the objects have all been defined as integers.
int count(0);
do
{cout ≪ count ≪ endl;
++count;
}; while(count<10)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.