1

Give the output: int a[]={1,3,5,7};
System.out.println(a[1]+” “+a[3]);

  • A

    8

  • B

    1 5

  • C

    3 7

  • D

    10