Calculate # of days between dates - program continuously runsAha! That did the trick! Thanks so much, you were very helpful!
Calculate # of days between dates - program continuously runs[code] #include <iostream> #include <fstream> using namespace std; bool isLeap(int x) { if (x % 40...
Calculate # of days between dates - program continuously runsI've actually got another error now. The program was working fine will all the dates I entered but ...
Calculate # of days between dates - program continuously runsOh! Duh! That did it, thanks a lot.
Calculate # of days between dates - program continuously runsI have an assignment to write a program that will calculate the number of days between two dates (in...
This user does not accept Private Messages