A89: Divide by Zero problem


[Prev][Next][Index][Thread]

A89: Divide by Zero problem




I'm working a program with TIGCC that generates up a list by using a random
number but when I try to use the an equation like this:

(random(99) +  1) / (14 / 100)

I get an error message (from TEOS) saying Divide by zero.  What's up with
this?




Follow-Ups: