How can I round the integer values without using round() function in my code? Eg: x=round(5.76543) Here x value is 6. So how can I rou
round()
x=round(5.76543)
x