You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program prints the largest of three integers. The task involves fixing the code in 2-largest_number.c so that it correctly prints out the largest of three numbers, no matter the case.
This program converts a date to the day of year and determines how many days are left in the year, taking leap year into consideration. The task involves correcting the code to output looks good for 04/01/1997!. The tasks is also to fix the print_remaining_days() function so that the output works correctly for all dates and all leap years.