Computer Science, asked by vinodyad1973, 5 months ago

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 a9552371sana
0

Explanation:

naaannnniiiiiig good

Similar questions