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