If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
Q & A › Category: Java › If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
a) long
b) int
c) double
d) float