Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
 
TitleFind palindromic dates
Keywordsdates, palindromic dates, palindrome, puzzle
CategoriesPuzzles and Games
 
The date 10/02/2001 is a palindrome (the same forward and backward) if you remove the slashes 10022001. The puzzle is to write a program to find other palindromic dates.

80 points
Write a program to generate all palindromic dates.

90 points
Write a program that generates all palindromic dates and only examines a few non-palindromic dates.

100 points
Write a program that generates all palindromic dates in order and only examines a few non-palindromic dates.

(No, the points aren't worth anything ;-)

Download the example program for one solution.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated