Make a pie chart diagram for house expenditures in C++ using graphics
ask the user to enter money details
calculate angle using formula
(individual money/sum of all money spent on different things)*360
..this will give individual angle details
use function
pieslice(x, y, starting angle, ending angle], radius);
to draw area..