How should i round off a number nearest to 5 or 10.
For example, if I write 542, it should be converted into 540 and If I write 546, it should be converted into 545.
How should i round off a number nearest to 5 or 10.
For example, if I write 542, it should be converted into 540 and If I write 546, it should be converted into 545.