A simple program to determine the area bounded by two intersecting circles. The various conditions handled are: a. Overlapping circles b. Circles touching each other at a single point c. Concentric circles
The input to the program:
- Distance between the centers of the two circles
- Radii of the two circles of interest
Output The common area bounded by the two circles