Kyle-Pu / Mathematics

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

add support for areas of squares and triangles closes #34 #35

Closed surajumang closed 6 years ago

Kyle-Pu commented 6 years ago

Great work! Thanks, @surajumang! For the volumes file, it would be great if you could ask for input like the way the area file takes in input (step by step). Basically, it would be good if the program (for example, the cuboid calculation) first prompts users for the length, then after the user inputs the length, the program would prompt for the breadth, etc.

surajumang commented 6 years ago

I did the suggested changes. Please look into it.

Kyle-Pu commented 6 years ago

Perfect! Thanks @surajumang!