+ 1
Factorization
Hi, folks. How would you create a code to factor a natural number bigger than the unit into prime factors? For example, if the user digite the number 12, the output will should be 2*2*3.
3 odpowiedzi
0
heres it....
input a integer..
https://code.sololearn.com/cRZMeBbMZEPZ/?ref=app
- 1
the code is now modified with default examples too
and o/p is now more mathematical