That depends on the rounding rules used.
Chat with our AI personalities
Numbers 0 to 4 round down; 5 to 9 round up. 54 rounds to 50. 55 rounds to 60. So 50 rounds to 100.
0. 50 and up round to 100. 24 is less than 50 so 0.I am correct.
Yes.
10 cls: screen 10: window (-100, -100) - (100, 100) 20 pset (0, 50) 30 line - (-50, -50) 40 line - (50, -50) 50 line - (0, 50)
if the last two digits are lesser than 50 (e.g. 8634), you round down by making the last two digits 0 (in this case, 8600).If the last two digits are greater than 50 (e.g. 8662), you round up by adding 1 to the hundreds and making the last two digits 0 (in this case, 8700).If the last two digits are exactly 50, you can round up or down, your choice.