Forms
Of course you can do more with the values you hand in than just print them
out. You can use them to determine the flow of control through a program.
For example, I can give you a set of radio buttons to decide between
Macs, PCs, and Unix boxes. The program that is handed that info can
then use it to decide what to return.
Next Example.