Skip to content

Added support for circles

Bradon Ladd requested to merge laddbr/circle into master

Here are a few things that got added: Function and prototype for calculating the area of a circle. Value passed in is a double, value returned is a float. Two new unit tests for this function. A way to see what test failed when running the test program. The outputting of the result of the area of a circle when main is run.

Merge request reports