Friday, 5 June 2015

Q20,paper 2,D13. The correct way to round off a floating number x to an integer value 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) 

Answer A.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.