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
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