| Code: |
| printf("Please indicate you specificed month: ");
scanf("%d", &month); if (month = 1,3,5,7,8,10,12, days=31 ); if (month = 4,6,9,11, days=30 ); if (month = 2, days=28 ); printf("There are %d days in this month.\n\n", days); printf("Your current balance is $%8.2f.\n\n", balance); keeps thinking every month is February -_- |
that is what he has, and what hes problem is
