qbasicking
Programmer
I keep getting a 'division by zero error' in this code:
FOR a% = 0 to 1800
IF bt(a%) = 0 THEN bt(a%) = .01
tangent(a%) = ct(a%) / bt(a%)
NEXT
I don't understand how that is possible, could somebody help me out?
If a man says something in the forest and no woman hears it is he still wrong?
FOR a% = 0 to 1800
IF bt(a%) = 0 THEN bt(a%) = .01
tangent(a%) = ct(a%) / bt(a%)
NEXT
I don't understand how that is possible, could somebody help me out?
If a man says something in the forest and no woman hears it is he still wrong?