Ques. What is the output produced by the following lines of program code?
char xy;
x = 'y';
System.out.println(x);
y = 'z';
System.out.println(y);
x = y;
System.out.println(x);
Answers
Answered by
0
Explanation:
naaannnniiiiiig good
Similar questions