Write the output:
char c= ‘A’ ;
short s = 30;
int k = c + s;
System.out.println (k)
Answers
Answered by
0
Answer:
The final output will be 95
Similar questions