Kyle-Pu / Mathematics

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

Issue#37 print Actual Prime Factorization #41

Closed surajumang closed 6 years ago

Kyle-Pu commented 6 years ago

This looks great @surajumang! Thanks for tackling this one. Just one little thing before merging: It would be great if you could display "1[number]" if the number is prime. For example, the prime factorization of 29 should display "129." Thank you!

surajumang commented 6 years ago

Did the required changes for prime numbers.

Kyle-Pu commented 6 years ago

Great! Thanks @surajumang.