Computer Science, asked by nivajain4, 5 days ago

What is wrong with this snippet?
class Q
{
void Test()
{
int i=5,j=10;
if ((i System.ouy.print("OK");
else
System.out.print("Not OK");
}
}

Answers

Answered by dhruvlakra1776
0

Answer:

10 ok

Explanation:

systen print

Similar questions