If int variable x = 100, float variable y = 1.587F, and doublevariable z = 4.8, what does the following expression return?x + Math.round(y) + (int) z
Question 15 options:
105
105.6
106
107
If int variable x = 100, float variable y = 1.587F, and double variable z = 4.8, what does the following expression retu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am