Kyle-Pu / Mathematics

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

Closes #30 #75

Closed declansullivan closed 5 years ago

declansullivan commented 5 years ago

Edited two files with this pull request. First is the addition to HeronExplanation.MD explaining how to use the program, modeled after the description found in the Slope explanation. I also moved the Wikipedia link to its own section, like it is in the Slope explanation as well.

The second change was two whitespace additions in the Heron.java file. This was to provide consistency as there was a whitespace on the second input, but not the first and third. This also provides some extra readability for users when inputting values.

Kyle-Pu commented 5 years ago

Thanks so much @declansullivan!!