n#=Random(13,100)*0.98
d#=Random(1,12)
result#=FMod(n#,d#)
Repeat
Printc("The remainder of "+Str(n#,2)+"/"+Str(d#,2)+" is ")
Print(Str(result#,2))
Sync()
Until Timer()>15
End
Help make AGK better by submitting an example for this command! (All examples are subject to approval)