Kyle-Pu / Mathematics

Various math formulas coded in Java to help students all across the world!
MIT License
40 stars 59 forks source link

PrimeFactors #37

Open Kyle-Pu opened 6 years ago

Kyle-Pu commented 6 years ago

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.

surajumang commented 6 years ago

Not able to run PrimeFactors.java either from Mathematics or Algebra directory. I think the first line of this file is not required as you have not used any package structure in other files Or if you wish to use the package structure then it should be Mathematics.Algebra

Kyle-Pu commented 6 years ago

Hi @surajumang! Thanks for catching that. The package statement shouldn't be there.

OleksandrMariupol commented 4 years ago

Hi @Kyle-Pu, I want to try to solve this problem. Could you assign me?

jwheeler31 commented 4 years ago

@OleksandrMariupol, I wouldn't waste your time. I tried to get @Kyle-Pu to approve a migration to a build system, but never heard back.

Kyle-Pu commented 4 years ago

Sure, thanks @OleksandrMariupol! Assigned to you.

@jwheeler31 Sorry about that, I'm not sure how to start with that process but I'm definitely open to it.