Find the errors in the following code.
The following statement should assign 0 to z if a is less than 10, otherwise it should assign 7 to z. What is wrong with it?
z = (a < 10) : 0 ? 7;
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.