|
Do you need an applet written to add interactivity to your web pages?
Here are three examples of applets I have written. For these applets to
work, your browser should be "java enabled".
- The Hailstone Sequence. Think of a number greater than 1.
If it is even then halve it. If it is odd then multiply by 3 and add
1. Repeat the process until you reach 1. This works even for very
large numbers.
- A 3 card mystery. There are 3 cards face down. Your job is to pick
the Queen of Hearts. Point to the card you think is the Queen of Hearts.
What is the probability of picking the Queen of Hearts if you change
your mind when one of the other cards which is not the Queen of Hearts
is revealed?
- Identify
who is who in the photograph by moving the mouse cursor over
the photo. Also, select a name and a circle will be drawn round the
person in the photo with that name.
|