Number of days per year (including leap years)I got it. Thank you very much!
Number of days per year (including leap years)Got it to work [code]printf("\n\t\t\tInput date (MM/DD/YYYY): "); scanf ("%d/%d/%d", &m, &d,...
Number of days per year (including leap years)[code]#include <stdio.h> #include <math.h> #define false 0 //I have to define it, bool doesn't work ...
Number of days per year (including leap years)I'm having a hard time figuring out where to put them. Like this? [code]#include <stdio.h> #include ...
Number of days per year (including leap years)I mean, if you input, 4/31/2001, it should say, "Input mm/dd/yy is wrong" because there are only 30 ...
This user does not accept Private Messages