Need help writing a function for my code, not sure how to start
done
Last edited on
You are going to need to know what month you are in and how many days are in the month you are working with.
So do i need like a switch statement to indicate the # of days the month has?
You need some way to know. A switch statement would work; I think a better way would be to use an array.
Topic archived. No new replies allowed.