# 4.3.6 LAB Day of the year: writing and using your own functions # Your task is to write and test a function which takes three arguments (a year, a month, and a day of the month) and returns the ...
* This is just a copy of what's in the book for section 1.10, other than getline has been replaced with getln * to avoid naming conflicts. * Interestingly, my CLion ...