Practicals

Syllabus with topics linked

AI Practicals

Q1: Write a PROLOG program to calculate the sum of two numbers.  add:- write('Enter number 1'),nl,read(N1),nl,write('Enter number...

read more