IF TEST = 1 { ASSIGN Value = 102.5689 } //Returns the value rounded to the nearest integer using IEEE //Standard 754, section 4 – sometimes called banker’s rounding. ASSIGN NewValue = round(Value) ASSIGN NewValue1 = floor(Value) ASSIGN NewValue2 = ceil(Value) ASSIGN NewValue4 = random(Value)