danfiscus / factorpro

Simple program to help me with my math homework.
4 stars 1 forks source link

Added support for finding all factors. Also fixed a bug. Refactored the for ... #10

Closed freeradical777 closed 10 years ago

freeradical777 commented 10 years ago

...loop and the "upto" variable(to match the question). I chose -1 for finding all factors because it's a programming standard. There were also techical difficulties with types when I tried to use a blank string.