0 votes
in JAVA by

When an expression consists of int, double, long, float, then the entire expression will get promoted into a data type that is:

1) float

2) double

3) int

4) long

1 Answer

0 votes
by

2) double

Related questions

0 votes
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
0 votes
0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
...