Computer Science, asked by hauntpalyz, 1 month ago

Write the output:

char c= ‘A’ ;

short s = 30;

int k = c + s;

System.out.println (k)​

Answers

Answered by mahi78972
0

Answer:

The final output will be 95

Similar questions