hi
actually i want to make a expert system in c or c++ how will i do that
actually i want to make a expert system in c or c++ how will i do that
IF mammal
THEN IF big cat
IF big claws AND big fangs
THEN IF vertical stripes
ANSWER Animal is a tiger.
ELSE IF ASK Does it have mane?
THEN ANSWER Animal is a lion.
ELSE ...
ELSE ...
Comment