Computer Science, asked by scadacontrolroom, 9 months ago

what will be the output of following code? byte b; double d = 417.35; b = (byte) d; System.out.printin(b);

Answers

Answered by hashimak
0

Answer:

output is byte.this is the answer.

Similar questions