Computer Science, asked by devanshkumar36, 3 months ago

if (1)

{

  System.out.println("OK");

}

a. OK
b. No output
c. Compiler error
d. None         ​

Answers

Answered by matteodagostino
0

Answer:

The answer is a). It will output "OK".

Similar questions