โ Back to User Input
Question 295
Round a Decimal Input
Round a Decimal Input
Read a decimal number and print it rounded to the nearest whole number usingMath.Round. For the input3.7, print: 4
Expected Output:
4
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.