English, asked by deepadas2311, 1 year ago

what will be the output of the following java code snippet ?
x=99, y=100;
y=(x*y)/(x=y);
print x and y

Answers

Answered by Sidyandex
0

From the above java code snippet, the output would terminate and hence there will be a runtime error.

 Snippet refers to a programming term for a small region of re usable source code, machine code, and text that allows the user to avoid from repetitive typing in the course of routine edit operations.

Similar questions