Driver program for the application; not to be changed!
This main should be invoked from the command line, with
a single string argument (a string of exactly two uppercase letters);
in Bluej, it can
be run directly and an argument string typed into the dialog box.
Given a person's initials, how long does it take the God/Goddess of luck
to recognize that person?
Algorithm: Generate pairs of characters randomly
until the desired initials are observed.