New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Oracle Java SE 11 Developer 1z0-819 Question # 88 Topic 9 Discussion

Oracle Java SE 11 Developer 1z0-819 Question # 88 Topic 9 Discussion

1z0-819 Exam Topic 9 Question 88 Discussion:
Question #: 88
Topic #: 9

Given:

1z0-819 Question 88

Which expression when added at line 1 will produce the output of 1.17?


A.

float z = (float)(Math.round((float)x/y*100)/100);


B.

float z = Math.round((int)(x/y),2);


C.

float z = Math.round((float)x/y,2);


D.

float z = Math.round((float)x/y*100)/(float)100;


Get Premium 1z0-819 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.