/* tax homework*/
#include <stdio.h>
main()
{
float income, net, totalco, avgp, totp, tax;
int count, ans, id;
printf ("Press 1 to run taxpayer anaylsis or any other key to stop program");
scanf ("%d", &ans);
while (ans == 1)
{
printf ("Taxpayer Id?");
scanf ("%d", &id);
printf ("Taxpayer's...