Problem Statement
Write a program that rounds a number to the nearest integer using round.
DEMO-C-32 โข Programming in C
Write a program that rounds a number to the nearest integer using round.
A single floating-point number.
The rounded value formatted to 0 decimal places (integer).
Submit runs every public testcase in this browser. Results and code never leave this device.
2.3
2
2.5
3
-2.7
-3
0.4
0
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question