How to calculate the prime factors of a number using a function?Oh, doh! Ok, so I should put return 0; after the else by line 34 so I return 0 incase the number isn...
How to calculate the prime factors of a number using a function?Thanks very much. Formatting with indenting does help spot the different levels of loops. I have not...
How to calculate the prime factors of a number using a function?Hello. I'm new to c++ and trying to get used to using declaring and using functions. For practise I'...