I want to make a program for a students monthly budget but I can get the calculation to work. I know actual.gross += actual; is wrong but I am not sure what to do besides that.
Ok thank you. I add the different categories but now i am having issues with line 51 i get this error Error 2 error C2061: syntax error : identifier 'actual'. This is throwing me off since actual work until this point. should i do gross instead of actual.gross?