Help on writin a program,
September 24, 2008 at 7:11 PM
i wrote a program that determines whether a number inputed is prime or not, but now i want to make an object that if its not prime, then it will print in the product of prime.. e.g 6 = 2 * 3 or 8 = 2 * 4;
View All Comments
| View Tutorial