What output is produced by the following code fragment?
int limit = 100, num1 = 15, num2 = 40;
if (limit <= limit)
{if (num1 == num2)
System.out.println("lemon"); System.out.println("lime");}
System.out.println("grape");
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.