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
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
Math,
7 months ago
Political Science,
7 months ago
Geography,
7 months ago
Math,
1 year ago
Computer Science,
1 year ago