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
0
Answer:
10 ok
Explanation:
systen print
Similar questions