1

What is the output of the statement.?


int a=0;
a = 5<2 ? 4 : 3; System.out.print(a);

  • A

    4

  • B

    3

  • C

    5

  • D

    2