> Need help with coding assignment C++??? PLEASE HELP, ITS DUE SOON!!?

Need help with coding assignment C++??? PLEASE HELP, ITS DUE SOON!!?

Posted at: 2014-12-18 
You need to submit "something". So submit this:

cout << “Please enter your total income before any deductions for income tax “ << endl;

double totIncome;

cin >> totIncome;

cout << “Please enter the number of children you support “ << endl;

int children;

cin >> children;

cout << “Please enter the amount of income tax your employer already deducted “ << endl;

double empDeducted;

cin >> empDeducted;

ummm... yeah... We are going to waste our weekend doing YOUR homework. Ok then...

Submit this:

int main(){

while(1)

cout<<"F you teach. If it doesn't count for marks, I'M NOT DOING IT!\n";

return 0;

}

}

Do your homework yourself. If you have a specific question then come back and ask it.

Just found out this assignment is due soon and although it wont be counted for marks i still need to submit something! can someone please help me and tell me if not all then at least some of what the code is? :(

This is the link to my assignment which they want me to solve using C++:

http://www.cs.sfu.ca/CourseCentral/128/jregan/labs/lab4/labReport1.htm