Hey,
I want to somehow from inputting a list of symptoms, preferably from a drop down box (e.g. Fever - Yes or No; Cough - Yes or No), and by having the program sift through the statistics of the symptoms (e.g. Whether I hardcode it, use a database, whatever), spit out a list of possible diseases. Example: Someone puts yes for fever, no for cough, yes for body aches, yes for chills, among other symptoms, then it could determine that the person may have the flu. What I'm looking for is an idea on how to go about doing this, whether using arrays, databases or whatever.

Thanks,
Kalicki


P.S. If this was totally incomprehensible to anyone else, I'll try to explain i tbetter.