Code

2012-05-02 09:32
asher553: (Default)
[personal profile] asher553
... for those who appreciate this sort of thing.

#include
using namespace std;
int main()
{
int count, weeks, days;
for(count = 1; count < 50; count++)
{
weeks = count / 7;
days = count % 7;
cout << "Today is " << count << " days, which is " << weeks << " weeks and " << days << " days of the Omer.\n";
}
return 0;
}

October 2025

S M T W T F S
   1234
567891011
12 13141516 1718
19202122232425
262728293031 

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 2026-01-21 19:25
Powered by Dreamwidth Studios