rounding

id: 750556

category: Questions about Scratch

posts: 3

i want to round a number but i cant find a block to put it in. here is the code i want to put in a block:
(round (Xp)

do i put it in a
set [ Xp] to [ (imagne the round block is here)]
yes you do this:
set [XP v] to (round (XP))

the_awsome_penguinja wrote:

yes you do this:
set [XP v] to (round (XP))
Thanks!