Okay, in order to put the number in the right decimal place you would write:
PRINT USING "###.####";
Adding another # sign after the decimal adds another decimal place, and vise versa on
the other side. Then you would type the number.
NOTE: This will not round the number, it will just take off the extra digets
I.E. 1.849 = 1.84