1

Write the Output of :
char Ch= ‘F’;
int m=Ch; m=m+5;
System.out.println(m+” “+Ch);

  • A

    75 F

  • B

    K F

  • C

    F 75

  • D

    None