hey guys, have an assignment due for a basic program and for some reason it doesn't seem to perform the calculations I've assigned it to when I run it... any help or feedback would be much appreciated.. thanks!
int main()
{
double est_gross_earn; //estimated gross earnings
double taxes; //amount paid to taxes
double net_income; //income after taxes are taken from gross earnings
double amt_for_clothes; //amount spent on clothing
double amt_for_school_supplies; //amount spent on school supplies
double total_savings; //amount going into savings
double amt_left_over; // amount left over to spend