Code:
	while (day1 != day2)
	{
		total = (result * 400) + total;
		cout << total << endl;
		day1++;
	};
it won't work... the output i -81231231299 something...