-
Notifications
You must be signed in to change notification settings - Fork 60
PrimeFactors #37
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
The prime factors program currently only displays which factors of a given number are prime.
Develop a feature to give the actual prime factorization of the user-inputted number. For example, instead of calculating "1 and 3" for the prime factors of 9, display 3*3.