Computer Science, asked by sharmasid3415, 1 year ago

What will be the output of the program? int x = l, y = 6; while (y--) { x++; } system.out.println("x = " + x +" y = " + y);?

Answers

Answered by kanupriya6
0
if you dont know so ask from your teacher
Similar questions