add by 4Thanks, seeplus...this works, but it only seems to spit out leap years. I also need it to print whet...
vectorsWrite your question here. Is there a way to add all the elements of a vector to an integer sequ...
add by 4Okay, thank you. It works, Malibor...now I need to use i to recognize when a year(starting with 2020...
add by 4I've tried swapping out the 1s for 4s...doesn't work.
add by 4Write your question here. [code] int incrementer = 1; for ( int i = 1; i < someLength; i += incre...