Correct the following code fragment so that it executes and outputs OK if a, an
intvariable, is equal to either 2 or 3:
if (a = 2 || 3) { print (“OK\n”); }
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.