(AGK version: 108.14)
Submitted: 2013-07-04 17:10:02
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)
Login to post an example of your own.