Write the program in CLIPS IDE that will save the facts about information of enrolled AI courses like course id (CS607, CS607P) and name (Artificial Intelligence, Artificial Intelligence Practical). You are required to make templates for enrolled courses. After loading the facts in working memory use the facts command to see the index of courses facts. After that remove any one of the course fact and again list the total index of courses facts.
Write the program in CLIPS IDE that will save the facts about information of enrolled AI courses like course id (CS607, CS607P) and name (Ar...