Identify any syntax errors in the following statements. Assume that the objects have all been defined as integers.
switch (sqrt (x))
{case 1:
cout ≪ "Too low. \n";
break;
case 2:
cout ≪ "Correct range. \n";
break;
case 3:
cout ≪ "Too high.\n";
break
}
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.