Recent questions tagged type-conversion

0 votes
1 answer
1
What is the output of this program? class Conversion { public static void main(String args[]) { double a = 295.04; int b = 300; byte c = (byte) a; byte d = (byte) b; Syst...
To see more, click for the full list of questions or popular tags.