Hi,

I want to do something like a if else statement for this:

There are there conditions here,what can i put to allow one to be carry out if is true.

What im doing is checking the decimal places of a number:

E.G: 1000.456

Check whether the first decimal place is >4,then add 1
Check whether the second decimal place is >4,then add o.1
Check whether the third decimal place is >4,then add o.o1

or else

Just round the number