hi everybody.. if i have variables as below: var a = 1; var b = 3; deduction = (float)a/b; how can I display deduction like: " 1/3 " and not like "0.333333"?