0
i want to get a number and find all of that's primefactor and multiple the next primefactors with each other.only with recursion
for example:number=21 primefactors=3 and 7 final = 5*11=55
1 Réponse
for example:number=21 primefactors=3 and 7 final = 5*11=55