Computer Science, asked by rrr893, 7 months ago

49. What will be the output of the following code ?
byte b ;
double d = 417.35 ;
b = (byte) d;
System.out.println(b);​

Answers

Answered by ritabratadas121
3

Answer:

If the code is in Javascript then here is the output of it

Uncaught SyntaxError: Unexpected identifier on line 2

Hope it helps u. PLZ MARK MY ANSWER AS BRAINLIEST.

Similar questions