Microsoft
70-433 · Question #132
You need to round the value 1.75 to the nearest whole number. Which code segment should you use?
The correct answer is A. Select ROUND(1.75,0). See the full explanation below for the reasoning.
Question
You need to round the value 1.75 to the nearest whole number. Which code segment should you use?
Options
- ASelect ROUND(1.75,0)
- BSelect ROUND(1.75,2)
- CSelect ROUND(1.75,1.0)
- DSelect ROUND(1.75,2.0)
How the community answered
(46 responses)- A83% (38)
- B2% (1)
- C11% (5)
- D4% (2)
Community Discussion
No community discussion yet for this question.