What is the best way to create this very simple test program?

I desperately need this simple program to learn terminology.

Example:
Let's say there's a list of car makers (Ford, Toyota, VW) and another list with their appropriate models (Mustang, Edge, Camry, Corolla, Rabbit, Passat etc.).

The program asks me "Who makes Mustang?" and gives a list of possible answers - Ford, Toyota, VW etc (multiple-choice), I click one and then the program says either "Right", or "Wrong, the right answer is _____". And then proceeds to the next random question and so on infinitively.

What is the best way to do it?

Thanks
[601 byte] By [Bridgeport] at [2007-11-20 6:35:44]
# 1 Re: What is the best way to create this very simple test program?
Well, the best way would be to put the items in an array. Now developing that array will depend on what language you plan to learn. In what language do you want to write this? What languages do you know?
PeejAvery at 2007-11-9 12:18:54 >