Predict the output of the following:- char c = 'C'; int m 30; int n = c + m; System.out.println("N="+n)
Answers
Answered by
0
Answer:
I think C+ 30 is the answer
Similar questions