We want to round off x, a float, to an int value, The correct way to do is - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
21 Feb 2023 05:50 PM study24x7 study24x7

We want to round off x, a float, to an int value, The correct way to do is

A

y = (int)(x + 0.5)

B

y = int(x + 0.5)

C

y = (int)x + 0.5

D

y = (int)((int)x + 0.5)

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles