Give the output of the following. [4]
char ch=’A’;
int x = 32, y = 5;
i) System.out.println(ch+y);
ii) System.out.println(ch+x);
iii) System.out.println(++ch);
iv) System.out.println((char)(ch+x+y));
Answers
Answered by
0
Answer:
what us this
Explanation:
can u please write your question on a paper and then post
Similar questions