Easter Calculator


Description :

Here is a function but fun program I ported over to C# from VC++. I first ported this program in beta 1 of C# and then beta 2. I had to make a few changes including the string.ToInt32, which is no longer and string member. It calculates the dates for Easter for any given year and for an hundred years. It uses a typical Easter formula which I found on the net for basic which I convert over.


Similar Articles