Archive for February, 2009
Today I was asked by a friend to help with his programming assignment. His program needs to take in a number and output the prime factors of the number. For example, 60 = (2^2)(3^1)(5^1) So after trying to explain the problem to him, I decided to try writing it myself in C. Of course, he wrote [ READ MORE ]