Five weekends: Difference between revisions

Added suggestions for how to do the task
(→‎Tcl: Added implementation)
(Added suggestions for how to do the task)
Line 6:
# Show the ''number'' of months with this property.
# Show at least the first and last five dates, in order.
 
'''Algorithm suggestions'''
*Count the number of Fridays, Saturdays, and Sundays in every month.
*Find all of the 31-day months that begin on Friday.
 
=={{header|D}}==
Anonymous user