if (1)
{
System.out.println("OK");
}
a. OK
b. No output
c. Compiler error
d. None
Answers
Answered by
0
Answer:
The answer is a). It will output "OK".
Similar questions